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

Remove dead code

parent ba6a07c2
No related branches found
No related tags found
No related merge requests found
......@@ -96,14 +96,10 @@ void setup_boundary(GridType const &grid,
if (bounding) {
++bounding_nodes;
size_t const id = myVertexMapper.map(*it);
// std::cout << "Ignoring id #" << id << std::endl;
// ignoreNodes[id] = true;
}
if (extremal) {
++extremal_nodes;
size_t const id = myVertexMapper.map(*it);
// std::cout << "Ignoring id #" << id << std::endl;
// ignoreNodes[id] = true;
}
}
std::cout << "Number of Neumann nodes: " << neumann_nodes << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment