]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixup two comments ;-)
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 May 2013 16:05:43 +0000 (16:05 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 May 2013 16:05:43 +0000 (16:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@29526 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.cc

index ef49025893a81a15147b820dd07aa38d6bc7010b..ee4c85332a50f4f84b391033e6355d957ba50a03 100644 (file)
@@ -2813,8 +2813,7 @@ namespace DoFTools
       static const int dim      = FaceIterator::AccessorType::dimension;
       static const int spacedim = FaceIterator::AccessorType::space_dimension;
 
-      // we should be in the case were both faces are active
-      // and have no children:
+      // we should be in the case where face_1 is active, i.e. has no children:
       Assert (!face_1->has_children(),
               ExcInternalError());
 
@@ -2890,8 +2889,8 @@ namespace DoFTools
           for (unsigned int i = 0; i < dofs_per_face; ++i)
             {
               const unsigned int cell_index = fe.face_to_cell_index(i, 0, /* It doesn't really matter, just assume
-               * we're on the first face...
-               */
+                                                                           * we're on the first face...
+                                                                           */
                                                                     true, false, false // default orientation
                                                                    );
               cell_to_rotated_face_index[cell_index] = i;

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.