]> https://gitweb.dealii.org/ - dealii.git/commitdiff
ISO C++ requires that we explicitly state which template to
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 11 Apr 2002 15:46:12 +0000 (15:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 11 Apr 2002 15:46:12 +0000 (15:46 +0000)
instantiate in case there are ambiguities.

git-svn-id: https://svn.dealii.org/trunk@5649 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_constraints.cc

index e713eee747e942f1fead9793941d2fdca691de54..de38abb82535bc11208525d3e93a272475ceb587 100644 (file)
@@ -1202,9 +1202,9 @@ ConstraintMatrix::memory_consumption () const
 // syntax...
 
 #define vector_functions \
-  template void ConstraintMatrix::condense<>(const VectorType &uncondensed,\
+  template void ConstraintMatrix::condense<VectorType>(const VectorType &uncondensed,\
                                             VectorType       &condensed) const;\
-  template void ConstraintMatrix::condense<>(VectorType &vec) const;\
+  template void ConstraintMatrix::condense<VectorType>(VectorType &vec) const;\
   template void ConstraintMatrix::set_zero<>(VectorType &vec) const;\
   template void ConstraintMatrix::distribute<>(const VectorType &condensed,\
                                               VectorType       &uncondensed) const;\

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.