]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix two real problems with non-existent local types.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 May 2001 12:51:15 +0000 (12:51 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 May 2001 12:51:15 +0000 (12:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@4638 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index 5ad71bfa5f8acf11c88735493534da9833e4263d..672569432d6bd1b03a0748925112e721e94a88b3 100644 (file)
@@ -1390,14 +1390,14 @@ void VectorTools::integrate_difference (const DoFHandler<deal_II_dimension> &,
 template
 void VectorTools::project_boundary_values (const Mapping<deal_II_dimension>     &,
                                           const DoFHandler<deal_II_dimension>  &,
-                                          const FunctionMap<deal_II_dimension>::FunctionMap &,
+                                          const FunctionMap<deal_II_dimension>::type &,
                                           const Quadrature<deal_II_dimension-1>&,
                                           std::map<unsigned int,double>        &);
 #endif
 
 template
 void VectorTools::project_boundary_values (const DoFHandler<deal_II_dimension>  &,
-                                          const FunctionMap<deal_II_dimension>::FunctionMap &,
+                                          const FunctionMap<deal_II_dimension>::type &,
                                           const Quadrature<deal_II_dimension-1>&,
                                           std::map<unsigned int,double>        &);
 template

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.