From: kanschat Date: Tue, 24 Sep 2013 16:12:47 +0000 (+0000) Subject: instantiate selectors for const vectors X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5452a75073f3009d3bafaf4c91a9c01b5cbe5a90;p=dealii-svn.git instantiate selectors for const vectors git-svn-id: https://svn.dealii.org/trunk@30915 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/meshworker/mesh_worker_vector_selector.inst.in b/deal.II/source/meshworker/mesh_worker_vector_selector.inst.in index 797b59f8ea..4de6186fc8 100644 --- a/deal.II/source/meshworker/mesh_worker_vector_selector.inst.in +++ b/deal.II/source/meshworker/mesh_worker_vector_selector.inst.in @@ -29,6 +29,8 @@ for (VECTOR : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) namespace MeshWorker \{ template class VectorData; + template class VectorData; template class MGVectorData; + template class MGVectorData; \} }