From 2907859516ae8127dd97715e37d50381f101f04f Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 9 Dec 2007 19:04:19 +0000 Subject: [PATCH] Fix instantiations file. git-svn-id: https://svn.dealii.org/trunk@15581 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/block_vector.inst.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.39.5