]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove stray semicolons
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2003 14:58:44 +0000 (14:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2003 14:58:44 +0000 (14:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@8015 0785d39b-7218-0410-832d-ea1e28bc413d

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

index cde7e2aab613cacad3bf4fd00fbbe2a0a71fceb7..e3b0a5434bb5bd4d9b5a31097cf0945c90018a93 100644 (file)
@@ -606,7 +606,7 @@ namespace internal
       if ((node0)>(e2.node0)) return false;
       if ((node1)<(e2.node1)) return true;
       return false;
-    };
+    }
 
   
     // This is the guts of the matter...
@@ -1318,7 +1318,7 @@ namespace internal
              the_cell.nodes[i]=temp[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.