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
Branches
Tags
No related merge requests found
...@@ -96,14 +96,10 @@ void setup_boundary(GridType const &grid, ...@@ -96,14 +96,10 @@ void setup_boundary(GridType const &grid,
if (bounding) { if (bounding) {
++bounding_nodes; ++bounding_nodes;
size_t const id = myVertexMapper.map(*it); size_t const id = myVertexMapper.map(*it);
// std::cout << "Ignoring id #" << id << std::endl;
// ignoreNodes[id] = true;
} }
if (extremal) { if (extremal) {
++extremal_nodes; ++extremal_nodes;
size_t const id = myVertexMapper.map(*it); 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; 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