From 36985be959128e58da258150caaa71b662ce41c2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 9 Dec 2007 19:11:48 +0000 Subject: [PATCH] Fix instantiations file. git-svn-id: https://svn.dealii.org/trunk@15583 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/precondition_block.inst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; -- 2.39.5