From 189878148da9f74da0f6715b11e09c15d9b1ecd8 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 6 Sep 2013 11:03:03 +0000 Subject: [PATCH] fix a comment [[Imported from SVN: r9475]] --- cosserat-continuum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc index 6970eb52..8acb8bf2 100644 --- a/cosserat-continuum.cc +++ b/cosserat-continuum.cc @@ -186,7 +186,7 @@ int main (int argc, char *argv[]) try dirichletNodes[grid->leafIndexSet().index(*vIt)][j] = true; } #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) { // Only translation dofs are Dirichlet for (int j=0; j<3; j++) -- GitLab