]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile. How did this work for Guido?
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Dec 2008 00:43:36 +0000 (00:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Dec 2008 00:43:36 +0000 (00:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@17986 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_tools.cc

index e2a6d91b412f35cba254d04280dd50067a49a1b7..361c3c0ff6c4d48b4b7fc04ce917557d21a96a22 100644 (file)
@@ -564,7 +564,8 @@ FETools::compute_node_matrix(
 template<>
 void
 FETools::compute_embedding_matrices(const FiniteElement<1,2> &,
-                                   std::vector<std::vector<FullMatrix<double> > > & )
+                                   std::vector<std::vector<FullMatrix<double> > > &,
+                                   const bool)
 {
   Assert(false, ExcNotImplemented());
 }
@@ -572,7 +573,8 @@ FETools::compute_embedding_matrices(const FiniteElement<1,2> &,
 template<>
 void
 FETools::compute_embedding_matrices(const FiniteElement<2,3>&,
-                                   std::vector<std::vector<FullMatrix<double> > >& )
+                                   std::vector<std::vector<FullMatrix<double> > >&,
+                                   const bool)
 {
   Assert(false, ExcNotImplemented());
 }
@@ -1995,7 +1997,9 @@ void FETools::interpolate<deal_II_dimension>
 #if deal_II_dimension != 3
 template
 void FETools::compute_embedding_matrices<deal_II_dimension,double,deal_II_dimension+1>
-(const FiniteElement<deal_II_dimension,deal_II_dimension+1> &, std::vector<std::vector<FullMatrix<double> > >&);
+(const FiniteElement<deal_II_dimension,deal_II_dimension+1> &,
+ std::vector<std::vector<FullMatrix<double> > >&,
+ const bool);
 template
 void FETools::compute_projection_matrices<deal_II_dimension,double,deal_II_dimension+1>
 (const FiniteElement<deal_II_dimension,deal_II_dimension+1> &, std::vector<std::vector<FullMatrix<double> > >&);

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.