fixed a compilation warning

This commit is contained in:
matlabbe
2016-09-22 14:35:37 -04:00
parent 44bf3d40ad
commit 4062b960c7

View File

@@ -53,7 +53,7 @@ namespace clams
// -- For all selected frames, accumulate training examples // -- For all selected frames, accumulate training examples
// in the distortion model. // in the distortion model.
size_t counts; size_t counts = 0;
//#pragma omp parallel for // error on linux //#pragma omp parallel for // error on linux
for(std::map<int, rtabmap::Transform>::const_iterator iter = trajectory.begin(); iter != trajectory.end(); ++iter) for(std::map<int, rtabmap::Transform>::const_iterator iter = trajectory.begin(); iter != trajectory.end(); ++iter)
{ {