From: heister Date: Tue, 14 Aug 2012 09:18:28 +0000 (+0000) Subject: fix compilation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc87cacc7229d505653cb7510162bb5da603cbba;p=dealii-svn.git fix compilation git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25968 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/hp/dof_handler.h b/deal.II/include/deal.II/hp/dof_handler.h index 73241b2861..10884e5896 100644 --- a/deal.II/include/deal.II/hp/dof_handler.h +++ b/deal.II/include/deal.II/hp/dof_handler.h @@ -1401,6 +1401,20 @@ namespace hp return *tria; } + template + inline + DoFHandler::MGVertexDoFs::MGVertexDoFs() + { + Assert (false, ExcNotImplemented ()); + } + + template + inline + DoFHandler::MGVertexDoFs::~MGVertexDoFs() + { + Assert (false, ExcNotImplemented ()); + } + template inline unsigned int DoFHandler::MGVertexDoFs::get_index (const unsigned int,