]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace }; by }
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Jan 2006 03:58:39 +0000 (03:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Jan 2006 03:58:39 +0000 (03:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@12155 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-1/step-1.cc

index 4d00f15df14cf88c2f8a9e3b441f57f4734f078d..5ed263f2c83b9140fb9ddb7c2730a7715e658a01 100644 (file)
@@ -256,8 +256,8 @@ void second_grid ()
               {
                 cell->set_refine_flag ();
                 break;
-              };
-          };
+              }
+          }
 
                                        // Now that we have marked all
                                        // the cells that we want
@@ -271,7 +271,7 @@ void second_grid ()
                                        // function does coarsening and
                                        // refinement all at once:
       triangulation.execute_coarsening_and_refinement ();
-    };
+    }
   
   
                                    // Finally, after these five

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.