From: bangerth Date: Sun, 9 Dec 2007 19:11:48 +0000 (+0000) Subject: Fix instantiations file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36985be959128e58da258150caaa71b662ce41c2;p=dealii-svn.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>;