From: Ralf Hartmann Date: Mon, 28 Jun 2004 10:45:16 +0000 (+0000) Subject: Explicit instantiation of two FEValuesBase::CellIterator classes. X-Git-Tag: v8.0.0~14990 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77ac7db226071e6218781952699fc5fba1cf678;p=dealii.git Explicit instantiation of two FEValuesBase::CellIterator classes. git-svn-id: https://svn.dealii.org/trunk@9473 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_values.cc b/deal.II/deal.II/source/fe/fe_values.cc index 39a0d3e737..1a668311a6 100644 --- a/deal.II/deal.II/source/fe/fe_values.cc +++ b/deal.II/deal.II/source/fe/fe_values.cc @@ -1324,6 +1324,10 @@ void FESubfaceValues::do_reinit (const unsigned int face_no, template class FEValuesData; template class FEValuesBase; template class FEValues; +template class FEValuesBase:: + CellIterator::cell_iterator>; +template class FEValuesBase:: + CellIterator::cell_iterator>; #if deal_II_dimension >= 2 template class FEFaceValuesBase;