]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Wrong qualifier removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Jul 2002 08:16:48 +0000 (08:16 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Jul 2002 08:16:48 +0000 (08:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@6218 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_reordering.cc

index dc8a5833026cee30389c22725855f69295d8788a..00bdb309eb3ebd68585dfa153cfe2ca27ff86cba 100644 (file)
@@ -637,7 +637,9 @@ bool GridReordering<dim>::Cell::check_consistency (const unsigned int rot) const
     {
       const FaceData &face = faces[rot][face_no]->second;
 
-      for (unsigned int face_rot=0; face_rot<this->rotational_states_of_faces-1; ++face_rot)
+      for (unsigned int face_rot=0;
+          face_rot<GridReorderingInfo<dim>::rotational_states_of_faces-1;
+          ++face_rot)
        {
          const FaceData &reverse_face = face.reverse_faces[face_rot]->second;
          if (reverse_face.use_count != 0)

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.