Commit 52b250f4 authored by Alex Leontiev's avatar Alex Leontiev

Minor fixes

Fixing failed build.
parent c123974f
......@@ -91,7 +91,6 @@ int solveLP(const Mat& Func, const Mat& Constr, Mat& z){
z.create(c.cols,1,CV_64FC1);
MatIterator_<double> it=z.begin<double>();
for(int i=1;i<=c.cols;i++,it++){
std::vector<int>::iterator pos=B.begin();
if(indexToRow[i]<N.size()){
*it=0;
}else{
......
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