From fd6b123ea789766034edc3340698d16ba6422f76 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 9 Dec 2007 17:43:11 +0000 Subject: [PATCH] Fix the REAL types. git-svn-id: https://svn.dealii.org/trunk@15577 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_matrix.inst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/sparse_matrix.inst.in b/deal.II/lac/source/sparse_matrix.inst.in index bf128b0eb0..9db1b9faee 100644 --- a/deal.II/lac/source/sparse_matrix.inst.in +++ b/deal.II/lac/source/sparse_matrix.inst.in @@ -32,7 +32,7 @@ for (S1, S2 : REAL_SCALARS) } -for (S1, S2 : SCALARS) +for (S1, S2 : REAL_SCALARS) { template S2 SparseMatrix:: @@ -102,7 +102,7 @@ for (S1, S2 : SCALARS) } -for (S1, S2, S3 : SCALARS; +for (S1, S2, S3 : REAL_SCALARS; V1, V2 : DEAL_II_VEC_TEMPLATES) { template void SparseMatrix:: -- 2.39.5