From baa74eef760d40c398beeda218dd4fc0e5d877d5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 9 Dec 2007 19:05:56 +0000 Subject: [PATCH] Fix instantiations file. git-svn-id: https://svn.dealii.org/trunk@15582 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_matrix_ez.inst.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/lac/source/sparse_matrix_ez.inst.in b/deal.II/lac/source/sparse_matrix_ez.inst.in index 3ad2e839cc..29cd69e257 100644 --- a/deal.II/lac/source/sparse_matrix_ez.inst.in +++ b/deal.II/lac/source/sparse_matrix_ez.inst.in @@ -11,6 +11,13 @@ // //---------------------------- sparse_matrix_ez.inst.in --------------------------- + +for (S : REAL_SCALARS) + { + template class SparseMatrixEZ; + } + + for (S1, S2 : REAL_SCALARS) { template -- 2.39.5