Skip to content
Snippets Groups Projects
Commit 598e059b authored by LEGOLAS\lenz's avatar LEGOLAS\lenz
Browse files

optimize logging

parent 0add7a66
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ void PointInObjectDiscretizationStrategy::doDiscretize(TriangularMesh* triangula
// grid->setNodeTo(i, OuterType);
if( timer.getTimeInSeconds() > 5.0 * 60.0 ){
*logging::out << logging::Logger::INFO_INTERMEDIATE << " " <<"\n";
*logging::out << logging::Logger::INFO_INTERMEDIATE << " " << index << "/" << grid->getSize() <<" nodes tested!\n";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment