Skip to content
Snippets Groups Projects
Commit dc9fbb1c authored by podlesny's avatar podlesny
Browse files

remove debug output

parent 38c3ca41
Branches
Tags
No related merge requests found
......@@ -163,9 +163,9 @@ int main(int argc, char *argv[]) {
const auto& level = *contactNetwork.level(i);
for (size_t j=0; j<level.nBodies(); j++) {
//writeToVTK(level.body(j)->gridView(), "../debug_print/bodies/", "body_" + std::to_string(j) + "_level_" + std::to_string(i));
}
/*for (size_t j=0; j<level.nBodies(); j++) {
writeToVTK(level.body(j)->gridView(), "../debug_print/bodies/", "body_" + std::to_string(j) + "_level_" + std::to_string(i));
}*/
}
/*for (size_t i=0; i<bodyCount; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment