mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
quaternion: Adding members required by GeometricField
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user