]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
All cases and faces.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 15:28:45 +0000 (15:28 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 15:28:45 +0000 (15:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@10994 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/normals_at_vertices.cc

index 6945d04b2aa294550a4e6450b22f6861c80abbe3..07ddb761f962fbb4b22cdb8ab3ed469c86d0b3b6 100644 (file)
@@ -64,13 +64,13 @@ int main ()
   Triangulation<3> tria;
   StraightBoundary<3> boundary;
   Boundary<3>::FaceVertexNormals normals;
-  for (unsigned int case_no=0; case_no<1; ++case_no)
+  for (unsigned int case_no=0; case_no<2; ++case_no)
     {
       deallog << "Case" << case_no << std::endl;
       create_triangulation(case_no, tria);
       const Triangulation<3>::active_cell_iterator cell=tria.begin_active();
       Triangulation<3>::face_iterator face;
-      for (unsigned int face_no=0; face_no<1/*GeometryInfo<3>::faces_per_cell*/; ++face_no)
+      for (unsigned int face_no=0; face_no<GeometryInfo<3>::faces_per_cell; ++face_no)
        {
          deallog << " Face" << face_no << std::endl;
          face=cell->face(face_no);

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.