Skip to content

Commit

Permalink
Merge pull request #1872 from ttoocs/master
Browse files Browse the repository at this point in the history
Removed a line that caused compilation error.
  • Loading branch information
taketwo committed May 23, 2017
2 parents 60aaf18 + 9bd0e67 commit 1069043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/kinfu_large_scale/tools/kinfuLS_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ struct KinFuLSApp
{
//std::cout << "Giving colors1\n";
boost::mutex::scoped_try_lock lock(data_ready_mutex_);
std::cout << lock << std::endl;
//std::cout << lock << std::endl; //causes compile errors
if (exit_ || !lock)
return;
//std::cout << "Giving colors2\n";
Expand Down

0 comments on commit 1069043

Please sign in to comment.