]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix instantiations file.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 9 Dec 2007 19:04:19 +0000 (19:04 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 9 Dec 2007 19:04:19 +0000 (19:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@15581 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/block_vector.inst.in

index 6a303cd3e2a3241ff694b26c62b4a7295efd2b76..0570cc86e6c6af76160f719451e401f959549bc6 100644 (file)
 //---------------------------------------------------------------------------
 
 
-for (S : REAL_SCALAR)
+for (S : REAL_SCALARS)
   {
     template class BlockVector<S>;
   }
 
-for (S1, S2 : REAL_SCALAR)
+for (S1, S2 : REAL_SCALARS)
   {
     template void BlockVector<S1>::reinit<S2>(const BlockVector<S2>&,
                                              const bool);
   }
 
 
-for (S : COMPLEX_SCALAR)
+for (S : COMPLEX_SCALARS)
   {
     template class BlockVector<S>;
   }
 
-for (S1, S2 : COMPLEX_SCALAR)
+for (S1, S2 : COMPLEX_SCALARS)
   {
     template void BlockVector<S1>::reinit<S2>(const BlockVector<S2>&,
                                              const bool);

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.