Skip to content
Snippets Groups Projects
Commit 18987814 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

fix a comment

[[Imported from SVN: r9475]]
parent cd1ad9d9
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ int main (int argc, char *argv[]) try ...@@ -186,7 +186,7 @@ int main (int argc, char *argv[]) try
dirichletNodes[grid->leafIndexSet().index(*vIt)][j] = true; dirichletNodes[grid->leafIndexSet().index(*vIt)][j] = true;
} }
#endif #endif
#if 1 // Boundary conditions for the cantilever example #if 1 // Boundary conditions for the L-shape example
if (vIt->geometry().corner(0)[0] < 1.0) { if (vIt->geometry().corner(0)[0] < 1.0) {
// Only translation dofs are Dirichlet // Only translation dofs are Dirichlet
for (int j=0; j<3; j++) for (int j=0; j<3; j++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment