]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Uncomment accidentally commented code.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 16 Apr 2013 16:10:44 +0000 (16:10 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 16 Apr 2013 16:10:44 +0000 (16:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@29308 0785d39b-7218-0410-832d-ea1e28bc413d

tests/matrix_free/matrix_vector_05.cc

index 8078c3e0615e8bbeb77440fd17a2dd8dddb60414..4a4bc3332bb744773587dd36916c27fab004ba5f 100644 (file)
@@ -28,8 +28,8 @@ void test ()
   points[1][1] = 0.314159265358979;
   if (dim == 3)
     {
-      //points[2][0] = 0.21;
-      //points[2][2] = 0.4123;
+      points[2][0] = 0.21;
+      points[2][2] = 0.4123;
     }
   GridGenerator::parallelepiped (tria, points);
   typename Triangulation<dim>::active_cell_iterator

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.