From 4194d58cf327a156cc3b91d37638a87e8e72b5e2 Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Tue, 2 Dec 2008 09:58:45 +0000 Subject: [PATCH] * Small bug fixed --- AMDiS/src/DOFVector.h | 5 ----- AMDiS/src/DOFVector.hh | 3 --- 2 files changed, 8 deletions(-) diff --git a/AMDiS/src/DOFVector.h b/AMDiS/src/DOFVector.h index 7bfa7ed1..f46cfb84 100644 --- a/AMDiS/src/DOFVector.h +++ b/AMDiS/src/DOFVector.h @@ -697,11 +697,6 @@ namespace AMDiS { * Stores the last calculated vector norm */ static double norm; - - /** \brief - * Dimension of the mesh this DOFVector belongs to - */ - static int dim; }; // =============================================================================== diff --git a/AMDiS/src/DOFVector.hh b/AMDiS/src/DOFVector.hh index 192f2fba..8fd6c54a 100644 --- a/AMDiS/src/DOFVector.hh +++ b/AMDiS/src/DOFVector.hh @@ -101,9 +101,6 @@ namespace AMDiS { template<typename T> double DOFVector<T>::norm = 0.0; - template<typename T> - int DOFVector<T>::dim = 0; - template<typename T> void DOFVectorBase<T>::addElementVector(T factor, const ElementVector &elVec, -- GitLab