mirror of https://github.com/davisking/dlib.git
Fixed compile time bug
This commit is contained in:
parent
a867cb08ac
commit
ff8fc68f3b
|
@ -263,7 +263,7 @@ namespace dlib
|
|||
)
|
||||
{
|
||||
learn_nonnegative_weights = value;
|
||||
if (learns_nonnegative_weights)
|
||||
if (learn_nonnegative_weights)
|
||||
prior = trained_function_type();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue