Commit 98a11812 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed the condition

parent 79b593d8
......@@ -359,9 +359,8 @@ int DTreesImpl::addTree(const vector<int>& sidx )
}
printf("\n");
}
#else
CV_Assert( w_nidx >= 0 );
#endif
CV_Assert( w_nidx >= 0 );
}
}
roots.push_back(root);
......
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