From: Wolfgang Bangerth Date: Sun, 9 Dec 2007 17:43:11 +0000 (+0000) Subject: Fix the REAL types. X-Git-Tag: v8.0.0~9567 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c44234cf276d76010b223588e49ca924fe8922;p=dealii.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::