]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove outdated comment. Only instantiate certain functions if that doesn't trigger...
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Jun 2004 15:44:05 +0000 (15:44 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Jun 2004 15:44:05 +0000 (15:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@9418 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 46449c65ba8b0232424a23ec93fa6dd492ffaa8c..91575a54b4b3c0c902e72776f167354de24730cb 100644 (file)
@@ -17,7 +17,7 @@
 // explicit instantiations
 template class Vector<long double>;
 
-#ifndef DEAL_II_EXPLICIT_CONSTRUCTOR_BUG    
+#if !defined(DEAL_II_EXPLICIT_CONSTRUCTOR_BUG) && !defined(DEAL_II_LONG_DOUBLE_LOOP_BUG)
 template Vector<long double>::Vector (const Vector<double> &);
 template Vector<long double>::Vector (const Vector<float> &);
 
@@ -46,7 +46,3 @@ template Vector<float>& Vector<float>::DEAL_II_MEMBER_OP_TEMPLATE_INST operator=
 template float Vector<float>::DEAL_II_MEMBER_OP_TEMPLATE_INST operator *<long double> (const Vector<long double> &) const;
 template void Vector<float>::reinit<long double>(const Vector<long double>&, const bool);
 template void Vector<float>::equ<long double>(const float, const Vector<long double>&);
-
-// 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.