]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix compilation
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Aug 2012 09:18:28 +0000 (09:18 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Aug 2012 09:18:28 +0000 (09:18 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25968 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/hp/dof_handler.h

index 73241b2861e48fe3ef6fae44d685a28d3bf84a07..10884e5896d12541741d593999f9964eb7dd2dcb 100644 (file)
@@ -1401,6 +1401,20 @@ namespace hp
     return *tria;
   }
 
+  template<int dim, int spacedim>
+  inline
+  DoFHandler<dim, spacedim>::MGVertexDoFs::MGVertexDoFs()
+  {
+    Assert (false, ExcNotImplemented ());
+  }
+
+  template<int dim, int spacedim>
+  inline
+  DoFHandler<dim, spacedim>::MGVertexDoFs::~MGVertexDoFs()
+  {
+    Assert (false, ExcNotImplemented ());
+  }
+
   template<int dim, int spacedim>
   inline
   unsigned int DoFHandler<dim, spacedim>::MGVertexDoFs::get_index (const unsigned int,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.