Commit b99cffef authored by Davis King's avatar Davis King

Fixed compile time error I just introduced.

parent c63e4598
...@@ -445,7 +445,7 @@ namespace dlib ...@@ -445,7 +445,7 @@ namespace dlib
) )
{ {
learn_nonnegative_weights = value; learn_nonnegative_weights = value;
if (learns_nonnegative_weights) if (learn_nonnegative_weights)
prior.set_size(0); prior.set_size(0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment