From: Wolfgang Bangerth Date: Mon, 28 Jun 2010 12:46:17 +0000 (+0000) Subject: Remove instantiations that are also in mesh_worker.cc. X-Git-Tag: v8.0.0~5900 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b9aa95d927a93e1c940d02857d95ad400eb52e;p=dealii.git Remove instantiations that are also in mesh_worker.cc. git-svn-id: https://svn.dealii.org/trunk@21392 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/mesh_worker_info.cc b/deal.II/deal.II/source/numerics/mesh_worker_info.cc index 9943e4c195..3d6d8f6d83 100644 --- a/deal.II/deal.II/source/numerics/mesh_worker_info.cc +++ b/deal.II/deal.II/source/numerics/mesh_worker_info.cc @@ -29,7 +29,6 @@ namespace MeshWorker template class IntegrationInfo; template class IntegrationInfoBox; - template class LocalResults; template class DoFInfo; template class DoFInfoBox >; @@ -37,7 +36,6 @@ namespace MeshWorker template void IntegrationInfo::fill_local_data( const DoFInfo&, bool); - template class LocalResults; template class DoFInfo; template class DoFInfoBox >;