]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix template problem.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 24 May 2000 11:01:29 +0000 (11:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 24 May 2000 11:01:29 +0000 (11:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@2934 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.cc

index 7c00e029735767ab3a6577b01d59c61cca637955..aeebcbefac1d2311f3eb63ee93bea94ff4d60bb4 100644 (file)
@@ -1414,19 +1414,21 @@ template class LaplaceMatrix<deal_II_dimension>;
 
 template
 void
-MatrixTools<dim>::apply_boundary_values (const map<unsigned int,double> &boundary_values,
-                                        SparseMatrix<double>  &matrix,
-                                        Vector<double>   &solution,
-                                        Vector<double>   &right_hand_side,
-                                        const bool        preserve_symmetry);
+MatrixTools<deal_II_dimension>::
+apply_boundary_values (const map<unsigned int,double> &boundary_values,
+                      SparseMatrix<double>  &matrix,
+                      Vector<double>   &solution,
+                      Vector<double>   &right_hand_side,
+                      const bool        preserve_symmetry);
 
 template
 void
-MatrixTools<dim>::apply_boundary_values (const map<unsigned int,double> &boundary_values,
-                                        SparseMatrix<float>  &matrix,
-                                        Vector<float>   &solution,
-                                        Vector<float>   &right_hand_side,
-                                        const bool       preserve_symmetry);
+MatrixTools<deal_II_dimension>::
+apply_boundary_values (const map<unsigned int,double> &boundary_values,
+                      SparseMatrix<float>  &matrix,
+                      Vector<float>   &solution,
+                      Vector<float>   &right_hand_side,
+                      const bool       preserve_symmetry);
 
 template
 void

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.