]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add instantiations for float again
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Sep 2006 21:04:38 +0000 (21:04 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Sep 2006 21:04:38 +0000 (21:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@13971 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/lapack_full_matrix.cc

index f4879bca30a61d925c4af4ba64b2d521b5295b8e..599bd43d55d6a6c1d14617fc095f5040db8aa2f8 100644 (file)
@@ -327,3 +327,9 @@ template LAPACKFullMatrix<double> &
 LAPACKFullMatrix<double>::operator = (const FullMatrix<double>& M);
 template LAPACKFullMatrix<double> &
 LAPACKFullMatrix<double>::operator = (const FullMatrix<float>& M);
+
+template class LAPACKFullMatrix<float>;
+template LAPACKFullMatrix<float> &
+LAPACKFullMatrix<float>::operator = (const FullMatrix<double>& M);
+template LAPACKFullMatrix<float> &
+LAPACKFullMatrix<float>::operator = (const FullMatrix<float>& M);

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.