]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add some missing typenames.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 11 Apr 2002 14:17:51 +0000 (14:17 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 11 Apr 2002 14:17:51 +0000 (14:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@5641 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-13/step-13.cc

index 70bc958af48165c04a74687da3ab7b7d05a1e781..c2b5205a8a1b2cc9af5eaf91b5e52d09113d52c5 100644 (file)
@@ -49,6 +49,7 @@
 #include <numerics/error_estimator.h>
 
                                 // Now for the C++ standard headers:
+#include <iostream>
 #include <fstream>
 #include <list>
 
@@ -899,10 +900,10 @@ namespace LaplaceSolver
 
       void assemble_linear_system (LinearSystem &linear_system);
 
-      void assemble_matrix (LinearSystem                                &linear_system,
-                           const DoFHandler<dim>::active_cell_iterator &begin_cell,
-                           const DoFHandler<dim>::active_cell_iterator &end_cell,
-                           Threads::ThreadMutex                        &mutex) const      ;
+      void assemble_matrix (LinearSystem                                         &linear_system,
+                           const typename DoFHandler<dim>::active_cell_iterator &begin_cell,
+                           const typename DoFHandler<dim>::active_cell_iterator &end_cell,
+                           Threads::ThreadMutex                                 &mutex) const      ;
   };
 
 
@@ -1009,10 +1010,10 @@ namespace LaplaceSolver
   
   template <int dim>
   void
-  Solver<dim>::assemble_matrix (LinearSystem                                &linear_system,
-                               const DoFHandler<dim>::active_cell_iterator &begin_cell,
-                               const DoFHandler<dim>::active_cell_iterator &end_cell,
-                               Threads::ThreadMutex                        &mutex) const
+  Solver<dim>::assemble_matrix (LinearSystem                                         &linear_system,
+                               const typename DoFHandler<dim>::active_cell_iterator &begin_cell,
+                               const typename DoFHandler<dim>::active_cell_iterator &end_cell,
+                               Threads::ThreadMutex                                 &mutex) const
   {
                                     //TODO: adaptive
     QGauss4<dim>  quadrature_formula;

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.