Skip to content

Commit

Permalink
fixes print statement chown left on
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lawrence committed May 10, 2010
1 parent 1c0b27e commit 656687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/Field.cpp
Expand Up @@ -472,7 +472,7 @@ void Field::findConvexHull(int pH) {
e = vision->pose->pixEstimate(quarter * 3, topEdge[quarter * 3], 0.0f); e = vision->pose->pixEstimate(quarter * 3, topEdge[quarter * 3], 0.0f);
tDist = e.dist; tDist = e.dist;
} }
cout << "Distances are " << qDist << " " << hDist << " " << tDist << endl; // cout << "Distances are " << qDist << " " << hDist << " " << tDist << endl;
//cout << "Max dist is " << maxPix << endl; //cout << "Max dist is " << maxPix << endl;
} }


Expand Down

0 comments on commit 656687f

Please sign in to comment.