From: heltai Date: Wed, 20 Nov 2013 19:59:43 +0000 (+0000) Subject: Added fake instations for Manifold<1> X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310ccffb4e8cae0b1f0bbe168041038b3e88077f;p=dealii-svn.git Added fake instations for Manifold<1> git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31735 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/manifold_lib.inst.in b/deal.II/source/grid/manifold_lib.inst.in index 1191c0d1fe..11bf4195a9 100644 --- a/deal.II/source/grid/manifold_lib.inst.in +++ b/deal.II/source/grid/manifold_lib.inst.in @@ -17,10 +17,8 @@ for (deal_II_dimension : DIMENSIONS) { -#if deal_II_dimension != 1 template class PolarManifold; template class CylinderManifold; -#endif // template class ConeBoundary; }