Skip to content
Snippets Groups Projects
Commit 27b9d391 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Few clean-up

parent ff412914
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,6 @@ int main(int argc, char *argv[])
ConnectivityType::NodesBoundary nodes_boundary = mesh.connectivity().nodesBoundary(i_boundary);
const RefId& ref = nodes_boundary.first;
TinyVector<2> normal(0,0);
std::cout << "imposing BC on " << ref.tagName() << '\n';
if ((ref.tagName()== std::string("XMIN")) or (ref.tagName()=="XMAX")) {
normal = TinyVector<2>(1,0);
} else if ((ref.tagName()=="YMIN") or (ref.tagName()=="YMAX")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment