mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Store coarsening boxes in RigGridBase
Assign index to coarse cells back to coarse box they are a part of p4#: 21675
This commit is contained in:
@@ -40,6 +40,7 @@ typedef FixedArray<int, 4> IntArray4;
|
||||
typedef FixedArray<int, 8> IntArray8;
|
||||
typedef FixedArray<size_t, 3> SizeTArray3;
|
||||
typedef FixedArray<size_t, 4> SizeTArray4;
|
||||
typedef FixedArray<size_t, 6> SizeTArray6;
|
||||
typedef FixedArray<size_t, 8> SizeTArray8;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user