]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Instantiate copy operator for different argument types.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 May 2003 23:16:38 +0000 (23:16 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 May 2003 23:16:38 +0000 (23:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@7597 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/full_matrix.double.cc
deal.II/lac/source/full_matrix.float.cc

index e0471cb1f1b22e473af7406583e28d073bd9eb5b..0923aa128ff1fe3d9bf358bb86b977ab6ed86004 100644 (file)
 
 template class FullMatrix<TYPEMAT>;
 
+template FullMatrix<double> & FullMatrix<double>::operator =(const FullMatrix<float>&);
+
 #define TYPEMAT2 double
 
-//template FullMatrix<TYPEMAT>& FullMatrix<TYPEMAT>::operator =(const FullMatrix<TYPEMAT2>&);
 template void FullMatrix<TYPEMAT>::fill<TYPEMAT2> (
   const FullMatrix<TYPEMAT2>&, const unsigned, const unsigned, const unsigned, const unsigned);
 template void FullMatrix<TYPEMAT>::add<TYPEMAT2> (const TYPEMAT, const FullMatrix<TYPEMAT2>&);
index 357a78616448c42aefa942329e5757c6e59f6224..fddd4eb756faeb293b6c2ae1921191614e954e5c 100644 (file)
@@ -18,6 +18,8 @@
 
 template class FullMatrix<TYPEMAT>;
 
+template FullMatrix<float> & FullMatrix<float>::operator =(const FullMatrix<double>&);
+
 #define TYPEMAT2 float
 
 //template FullMatrix<TYPEMAT>& FullMatrix<TYPEMAT>::operator =<>(const FullMatrix<TYPEMAT2>&);

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.