Skip to content
Snippets Groups Projects
Commit c4084eba authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

And removed some debug functions from last changes ...

parent 4f99cef1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
#include "DOFVector.h"
#include "DOFIterator.h"
#include "Serializer.h"
#include "VertexVector.h"
namespace AMDiS {
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment