instantiate in case there are ambiguities.
git-svn-id: https://svn.dealii.org/trunk@5649
0785d39b-7218-0410-832d-
ea1e28bc413d
// 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