src/OpenFOAM/primitives: Moved the standard static data members for vector and tensor types into VectorSpace

This simplifies the code easing maintenance and the addition of other
VectorSpace types.
This commit is contained in:
Henry Weller
2016-03-08 10:57:41 +00:00
parent 8a93701ef2
commit 93285d5fe1
49 changed files with 771 additions and 649 deletions

View File

@ -75,13 +75,6 @@ public:
// Static data members
static const char* const typeName;
static const char* componentNames[];
static const Tensor zero;
static const Tensor one;
static const Tensor max;
static const Tensor min;
static const Tensor I;