]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make this work with gcc2.96, part 2.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Oct 2002 17:59:16 +0000 (17:59 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Oct 2002 17:59:16 +0000 (17:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@6648 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 3921770241946e737a1f7473a9a944f896f8f90e..40a78192fea7db86016e61eb1f52270dbcd5ae90 100644 (file)
@@ -505,9 +505,9 @@ class KellyErrorEstimator
                                         /**
                                          * Constructor.
                                          */
-       PerThreadData (const DoFHandler<dim>               &dof,
-                       const Quadrature<dim-1>             &quadrature,
-                       const unsigned int      n_solution_vectors);
+       PerThreadData (const unsigned int n_solution_vectors,
+                      const unsigned int n_components,
+                      const unsigned int n_q_points);
     };
 
 
@@ -617,11 +617,6 @@ class KellyErrorEstimator
 /* -------------- declaration of explicit specializations ------------- */
 
 
-template <> KellyErrorEstimator<1>::PerThreadData::PerThreadData(
-  const DoFHandler<1>                 &,
-  const Quadrature<0>                 &,
-  const unsigned int);
-
 template <> void KellyErrorEstimator<1>::estimate_some (
   const Mapping<1>                  &mapping,
   const DoFHandler<1>               &dof_handler,

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.