]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't instantiate types that we don't need. In particular don't do so if these instan...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 4 Jun 2004 03:35:38 +0000 (03:35 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 4 Jun 2004 03:35:38 +0000 (03:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@9381 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/block_vector.cc

index 1e9433b3fb311769fa3ee434e30d8cb7fba7bbd5..fc6639932914fab6b1289fda9c78a0f2aa9fd84c 100644 (file)
@@ -27,15 +27,3 @@ template void BlockVector<float>::reinit<double>(const BlockVector<double>&,
 template void BlockVector<float>::reinit<float>(const BlockVector<float>&,
                                                const bool);
 
-namespace internal
-{
-  namespace BlockVectorIterators
-  {
-    template class Iterator<BlockVector<double>,false>;
-    template class Iterator<BlockVector<double>,true>;
-
-    template class Iterator<BlockVector<float>,false>;
-    template class Iterator<BlockVector<float>,true>;
-  }
-}
-

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.