From: Wolfgang Bangerth Date: Mon, 25 Jul 2005 19:24:09 +0000 (+0000) Subject: Remove a few stray semicolons. X-Git-Tag: v8.0.0~13371 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca2ceee91be93be9a9d87b7dc8bd624b5daca10;p=dealii.git Remove a few stray semicolons. git-svn-id: https://svn.dealii.org/trunk@11195 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/data_out_stack.cc b/deal.II/deal.II/source/numerics/data_out_stack.cc index 90413b9533..4e0bae0aa7 100644 --- a/deal.II/deal.II/source/numerics/data_out_stack.cc +++ b/deal.II/deal.II/source/numerics/data_out_stack.cc @@ -340,8 +340,8 @@ void DataOutStack::build_patches (const unsigned int n_subdivisions) patch->data(dataset*n_components+component, q*(n_subdivisions+1)+i) = patch_values_system[q](component); - }; - }; + } + } // then do the cell data for (unsigned int dataset=0; dataset::build_patches (const unsigned int n_subdivisions) for (unsigned int i=0; idata(dataset+dof_data.size()*n_components, q*(n_subdivisions+1)+i) = value; - }; - }; - }; + } + } + } }