]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add two `typename's to make this compile properly.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Aug 2000 14:42:24 +0000 (14:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Aug 2000 14:42:24 +0000 (14:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@3260 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out_rotation.cc

index c8a7f7653902f6b3cbdf2825bb2a38d626255a5d..487101adcbca7f3f17b1559f7843260855d40a7f 100644 (file)
@@ -66,8 +66,8 @@ void DataOutRotation<dim>::build_some_patches (Data data)
   
   
   unsigned int cell_number = 0;
-  vector<DataOutBase::Patch<dim+1> >::iterator patch = patches.begin();
-  DoFHandler<dim>::cell_iterator cell=first_cell();
+  typename vector<DataOutBase::Patch<dim+1> >::iterator patch = patches.begin();
+  typename DoFHandler<dim>::cell_iterator cell=first_cell();
 
                                   // get first cell in this thread
   for (unsigned int i=0; (i<data.this_thread)&&(cell != dofs->end()); ++i)

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.