]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small change.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jun 1999 06:19:08 +0000 (06:19 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jun 1999 06:19:08 +0000 (06:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@1495 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_io.cc

index 8235ae26e83e4e12a47a583d8ae4e5789e3cb499..b64acd41349951a95d72e67fcc8004dccb02f1d1 100644 (file)
@@ -244,8 +244,8 @@ void DataOut<dim>::write_ucd (ostream &out) const {
          ExcIncorrectDofsPerVertex());
   Assert ((1<=dim) && (dim<=3), ExcNotImplemented());
   
-  DoFHandler<dim>::active_cell_iterator cell,
-                                       endc = dofs->end();
+  DoFHandler<dim>::active_cell_iterator       cell;
+  const DoFHandler<dim>::active_cell_iterator endc = dofs->end();
   unsigned int n_vertex_dofs = 0;
 
                                   // first loop over all cells to

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.