From: wolf Date: Fri, 28 Sep 2001 09:37:02 +0000 (+0000) Subject: Add forgotten explicit instantiation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f32397bf167c2bfc02d0c527a4750910faa7c47;p=dealii-svn.git Add forgotten explicit instantiation. git-svn-id: https://svn.dealii.org/trunk@5118 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/vector.long_double.cc b/deal.II/lac/source/vector.long_double.cc index e8a7d17ee3..55ba19b90c 100644 --- a/deal.II/lac/source/vector.long_double.cc +++ b/deal.II/lac/source/vector.long_double.cc @@ -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 @@ -26,6 +26,7 @@ template float Vector::operator * (const Vector &) const; template double Vector::operator * (const Vector &) const; template long double Vector::operator * (const Vector &) const; template long double Vector::operator * (const Vector &) const; +template long double Vector::operator * (const Vector &) const; // see the .h file for why these functions are disabled. // template Vector::Vector (const Vector& v); // template Vector::Vector (const Vector& v);