From: kanschat Date: Thu, 28 Sep 2006 21:04:38 +0000 (+0000) Subject: add instantiations for float again X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be19a032836baa5e9c31d072115d87c708125912;p=dealii-svn.git add instantiations for float again git-svn-id: https://svn.dealii.org/trunk@13971 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);