From: guido Date: Thu, 4 Jul 2002 08:16:48 +0000 (+0000) Subject: Wrong qualifier removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41bd17f6b9b2557bde3e8590cb717ecea3ac9826;p=dealii-svn.git Wrong qualifier removed git-svn-id: https://svn.dealii.org/trunk@6218 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_reordering.cc b/deal.II/deal.II/source/grid/grid_reordering.cc index dc8a583302..00bdb309eb 100644 --- a/deal.II/deal.II/source/grid/grid_reordering.cc +++ b/deal.II/deal.II/source/grid/grid_reordering.cc @@ -637,7 +637,9 @@ bool GridReordering::Cell::check_consistency (const unsigned int rot) const { const FaceData &face = faces[rot][face_no]->second; - for (unsigned int face_rot=0; face_rotrotational_states_of_faces-1; ++face_rot) + for (unsigned int face_rot=0; + face_rot::rotational_states_of_faces-1; + ++face_rot) { const FaceData &reverse_face = face.reverse_faces[face_rot]->second; if (reverse_face.use_count != 0)