fixed the condition

This commit is contained in:
Vadim Pisarevsky
2014-08-03 13:15:43 +04:00
parent 79b593d8d8
commit 98a1181240

View File

@@ -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);