quaternion: Adding members required by GeometricField

This commit is contained in:
Henry
2012-07-09 12:34:03 +01:00
parent 772be84dde
commit 70f4d345ca

View File

@ -75,6 +75,17 @@ class quaternion
public:
//- Component type
typedef scalar cmptType;
// Member constants
enum
{
rank = 1 // Rank of quaternion is 1
};
// Static data members
static const char* const typeName;