From: Wolfgang Bangerth Date: Sun, 9 Dec 2007 19:11:48 +0000 (+0000) Subject: Fix instantiations file. X-Git-Tag: v8.0.0~9561 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d577ccd17294af73acc6e4d42533634fbd35c2a4;p=dealii.git Fix instantiations file. git-svn-id: https://svn.dealii.org/trunk@15583 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/precondition_block.inst.in b/deal.II/lac/source/precondition_block.inst.in index f2df344631..d75f6080e2 100644 --- a/deal.II/lac/source/precondition_block.inst.in +++ b/deal.II/lac/source/precondition_block.inst.in @@ -12,7 +12,7 @@ //--------------------------------------------------------------------------- -for (S1, S2 : REAL_SCALAR) +for (S1, S2 : REAL_SCALARS) { template class PreconditionBlock, S2>;