]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add forgotten explicit instantiation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2001 09:37:02 +0000 (09:37 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2001 09:37:02 +0000 (09:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@5118 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/vector.long_double.cc

index e8a7d17ee36b97dc4a11e18a6cf90d66cf33d58e..55ba19b90ce97da2dd0b0ff8a85c8a19b57d92a8 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  std::vector.long_double.cc  ---------------------------
+//----------------------------  vector.long_double.cc  ---------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  std::vector.long_double.cc  ---------------------------
+//----------------------------  vector.long_double.cc  ---------------------------
 
 
 #include <lac/vector.templates.h>
@@ -26,6 +26,7 @@ template float Vector<float>::operator * (const Vector<long double> &) const;
 template double Vector<double>::operator * (const Vector<long double> &) const;
 template long double Vector<long double>::operator * (const Vector<float> &) const;
 template long double Vector<long double>::operator * (const Vector<double> &) const;
+template long double Vector<long double>::operator * (const Vector<long double> &) const;
 // see the .h file for why these functions are disabled.
 // template Vector<float>::Vector (const Vector<double>& v);
 // template Vector<double>::Vector (const Vector<float>& v);

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.