From 555b6afb431c83a0308e9829abf0984844349fe9 Mon Sep 17 00:00:00 2001 From: deal Date: Thu, 10 Jun 2004 15:42:14 +0000 Subject: [PATCH] Remove some outdated cruft. git-svn-id: https://svn.dealii.org/trunk@9417 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/vector.cc | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.39.5