From 5a6189eddea28c5ebf0bf12ac36b19d439636025 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 28 Sep 2001 09:37:02 +0000 Subject: [PATCH] Add forgotten explicit instantiation. git-svn-id: https://svn.dealii.org/trunk@5118 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/vector.long_double.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.39.5