mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added IntArray6
This commit is contained in:
@@ -60,6 +60,7 @@ public:
|
||||
};
|
||||
|
||||
typedef FixedArray<int, 3> IntArray3;
|
||||
typedef FixedArray<int, 6> IntArray6;
|
||||
typedef FixedArray<int, 4> IntArray4;
|
||||
typedef FixedArray<int, 8> IntArray8;
|
||||
typedef FixedArray<unsigned int, 4> UintArray4;
|
||||
|
||||
Reference in New Issue
Block a user