From be19a032836baa5e9c31d072115d87c708125912 Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 28 Sep 2006 21:04:38 +0000 Subject: [PATCH] add instantiations for float again git-svn-id: https://svn.dealii.org/trunk@13971 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/lapack_full_matrix.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/lac/source/lapack_full_matrix.cc b/deal.II/lac/source/lapack_full_matrix.cc index f4879bca30..599bd43d55 100644 --- a/deal.II/lac/source/lapack_full_matrix.cc +++ b/deal.II/lac/source/lapack_full_matrix.cc @@ -327,3 +327,9 @@ template LAPACKFullMatrix & LAPACKFullMatrix::operator = (const FullMatrix& M); template LAPACKFullMatrix & LAPACKFullMatrix::operator = (const FullMatrix& M); + +template class LAPACKFullMatrix; +template LAPACKFullMatrix & +LAPACKFullMatrix::operator = (const FullMatrix& M); +template LAPACKFullMatrix & +LAPACKFullMatrix::operator = (const FullMatrix& M); -- 2.39.5