From: deal Date: Thu, 10 Jun 2004 15:42:14 +0000 (+0000) Subject: Remove some outdated cruft. X-Git-Tag: v8.0.0~15042 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555b6afb431c83a0308e9829abf0984844349fe9;p=dealii.git Remove some outdated cruft. git-svn-id: https://svn.dealii.org/trunk@9417 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/vector.cc b/deal.II/lac/source/vector.cc index dbb20d9885..12949a41ce 100644 --- a/deal.II/lac/source/vector.cc +++ b/deal.II/lac/source/vector.cc @@ -50,7 +50,3 @@ template void Vector::equ(const float, const Vector&); template void Vector::equ(const float, const Vector&); template void Vector::scale(const Vector&); template void Vector::scale(const Vector&); - -// see the .h file for why these functions are disabled. -// template Vector::Vector (const Vector& v); -// template Vector::Vector (const Vector& v);