]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix syntax of explicit instantiations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 16 May 2001 11:13:45 +0000 (11:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 16 May 2001 11:13:45 +0000 (11:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@4614 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/polynomial.cc

index cdbd297222ffd47cf93651fe884b9ecb927170ef..a72a1ed9ab85eb6ff45ab9a469dfaceb50b16d04 100644 (file)
@@ -336,6 +336,6 @@ LagrangeEquidistant::compute_coefficients (const unsigned int n,
   return a;
 }
 
-template Polynomial<float>;
-template Polynomial<double>;
-template Polynomial<long double>;
+template class Polynomial<float>;
+template class Polynomial<double>;
+template class Polynomial<long 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.