From: bangerth Date: Sun, 9 Dec 2007 17:43:11 +0000 (+0000) Subject: Fix the REAL types. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6b123ea789766034edc3340698d16ba6422f76;p=dealii-svn.git Fix the REAL types. git-svn-id: https://svn.dealii.org/trunk@15577 0785d39b-7218-0410-832d-ea1e28bc413d --- 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::