]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make this file compilable if not all information is already known at
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Mar 1999 19:59:38 +0000 (19:59 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Mar 1999 19:59:38 +0000 (19:59 +0000)
the time the compiler sees it.

git-svn-id: https://svn.dealii.org/trunk@936 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/error_estimator.h

index e54f3a41b97e3e65ec9f38bfedb9392d50119962..32c8bdbd4e9208fa94d9af87ee4e24e2c0af0f5e 100644 (file)
@@ -8,6 +8,8 @@
 
 #include <base/exceptions.h>
 #include <base/function.h>
+#include <basic/forward-declarations.h>
+#include <grid/dof.h>
 #include <map>
 
 
@@ -191,7 +193,7 @@ class KellyErrorEstimator {
                                      * jumps of gradients. See the general
                                      * doc of this class for more information.
                                      */
-    typedef map<DoFHandler<dim>::face_iterator,double> FaceIntegrals;
+    typedef map<typename DoFHandler<dim>::face_iterator,double> FaceIntegrals;
 
                                     /**
                                      * Redeclare an active cell iterator.

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.