From d66d905b186bf81105c9f0bb89e3a46f54dae87c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Jan 2006 03:58:39 +0000 Subject: [PATCH] Replace }; by } git-svn-id: https://svn.dealii.org/trunk@12155 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/step-1.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index 4d00f15df1..5ed263f2c8 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -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 -- 2.39.5