From c4084eba7ae177f386b2b6959f55c15da571d102 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Thu, 16 Sep 2010 13:58:21 +0000
Subject: [PATCH] And removed some debug functions from last changes ...

---
 AMDiS/src/DOFAdmin.cc | 1 -
 AMDiS/src/DOFAdmin.h  | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/AMDiS/src/DOFAdmin.cc b/AMDiS/src/DOFAdmin.cc
index 8d62aaed..44379c6f 100644
--- a/AMDiS/src/DOFAdmin.cc
+++ b/AMDiS/src/DOFAdmin.cc
@@ -11,7 +11,6 @@
 #include "DOFVector.h"
 #include "DOFIterator.h"
 #include "Serializer.h"
-#include "VertexVector.h"
 
 namespace AMDiS {
 
diff --git a/AMDiS/src/DOFAdmin.h b/AMDiS/src/DOFAdmin.h
index 842b80c2..73381087 100644
--- a/AMDiS/src/DOFAdmin.h
+++ b/AMDiS/src/DOFAdmin.h
@@ -95,11 +95,6 @@ namespace AMDiS {
     /// Removes the given DOFContainer object from DOFAdmin.
     void removeDOFContainer(DOFContainer* dofContainer);
 
-    std::list<DOFContainer*>& getDCL()
-      {
-	return dofContainerList;
-      }
-
     /** \brief
      * Removes all holes of unused DOF indices by compressing the used range of
      * indices (it does not resize the vectors). While the global index of a DOF
-- 
GitLab