]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
updated for gcc 3.1
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jun 2002 07:38:08 +0000 (07:38 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jun 2002 07:38:08 +0000 (07:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@6195 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/filtered_matrix.cc

index 0946cbabb3ba23edae90ae3f418701bf3197442a..752fa4fdc38fdcca89a54b7cd5783f50086c70ab 100644 (file)
@@ -130,8 +130,8 @@ check ()
   
   SparseMatrix<double> A(A_pattern);
   
-  DoFHandler<dim>::active_cell_iterator cell = dof.begin_active();
-  const DoFHandler<dim>::cell_iterator end = dof.end();
+  typename DoFHandler<dim>::active_cell_iterator cell = dof.begin_active();
+  const typename DoFHandler<dim>::cell_iterator end = dof.end();
 
   for (; cell != end;++cell)
     {

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.