Skip to content
Snippets Groups Projects
Commit 581065df authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Remove obsolete debugging output

parent bedac0c3
No related branches found
No related tags found
No related merge requests found
...@@ -93,9 +93,6 @@ void setup_boundary(GridView const &gridView, ...@@ -93,9 +93,6 @@ void setup_boundary(GridView const &gridView,
neumannNodes[id] = true; neumannNodes[id] = true;
} }
} }
std::cout << "Number of Neumann nodes: " << neumann_nodes << std::endl;
std::cout << "Number of Dirichlet nodes: " << dirichlet_nodes << std::endl;
std::cout << "Number of frictional nodes: " << dirichlet_nodes << std::endl;
} }
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
......
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