From: Wolfgang Bangerth Date: Sun, 9 Dec 2007 19:04:19 +0000 (+0000) Subject: Fix instantiations file. X-Git-Tag: v8.0.0~9563 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ce741802e0e5ff8e156da656e4698da0883777;p=dealii.git Fix instantiations file. git-svn-id: https://svn.dealii.org/trunk@15581 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/block_vector.inst.in b/deal.II/lac/source/block_vector.inst.in index 6a303cd3e2..0570cc86e6 100644 --- a/deal.II/lac/source/block_vector.inst.in +++ b/deal.II/lac/source/block_vector.inst.in @@ -12,24 +12,24 @@ //--------------------------------------------------------------------------- -for (S : REAL_SCALAR) +for (S : REAL_SCALARS) { template class BlockVector; } -for (S1, S2 : REAL_SCALAR) +for (S1, S2 : REAL_SCALARS) { template void BlockVector::reinit(const BlockVector&, const bool); } -for (S : COMPLEX_SCALAR) +for (S : COMPLEX_SCALARS) { template class BlockVector; } -for (S1, S2 : COMPLEX_SCALAR) +for (S1, S2 : COMPLEX_SCALARS) { template void BlockVector::reinit(const BlockVector&, const bool);