]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix use of private typedef by using the original type.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Jul 2001 11:39:32 +0000 (11:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Jul 2001 11:39:32 +0000 (11:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@4840 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/error_estimator.cc

index 9d2a56849aa3a6421839e381a3157b4836edba11..65f5602e626c3981cc4678e914d9c9f37e3de358 100644 (file)
@@ -58,7 +58,8 @@ namespace
   const Quadrature<0> * const        invalid_face_quadrature = 0;
   const FunctionMap<1>::type * const invalid_function_map    = 0;
   const std::vector<const Vector<double> *> * const invalid_solutions = 0;
-  KellyErrorEstimator<1>::FaceIntegrals * const invalid_face_integrals = 0;
+  std::map<DoFHandler<1>::face_iterator,std::vector<double> >
+  * const invalid_face_integrals = 0;
 }
 
 

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.