]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a few stray semicolons.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Jul 2005 19:24:09 +0000 (19:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Jul 2005 19:24:09 +0000 (19:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@11195 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out_stack.cc

index 90413b95330d88c47c09e16dd9d5c219cb52c918..4e0bae0aa703ea743c50cd66c5122ebfd8909860 100644 (file)
@@ -340,8 +340,8 @@ void DataOutStack<dim>::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<cell_data.size(); ++dataset)
@@ -351,9 +351,9 @@ void DataOutStack<dim>::build_patches (const unsigned int n_subdivisions)
                for (unsigned int i=0; i<n_subdivisions+1; ++i)
                  patch->data(dataset+dof_data.size()*n_components,
                              q*(n_subdivisions+1)+i) = value;
-           };
-       };
-    };
+           }
+       }
+    }
 }
 
 

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.