mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added comment
This commit is contained in:
parent
46928a4a00
commit
c0309b4368
@ -25,7 +25,7 @@ enum RivCellSetEnum
|
|||||||
ALL_CELLS,
|
ALL_CELLS,
|
||||||
ACTIVE, ///< All Active cells without ALL_WELL_CELLS
|
ACTIVE, ///< All Active cells without ALL_WELL_CELLS
|
||||||
ALL_WELL_CELLS, ///< All cells ever having a connection to a well (Might be inactive cells as well. Wellhead cells typically)
|
ALL_WELL_CELLS, ///< All cells ever having a connection to a well (Might be inactive cells as well. Wellhead cells typically)
|
||||||
VISIBLE_WELL_CELLS, ///< ALL_WELL_CELLS && visible well cells including Fence
|
VISIBLE_WELL_CELLS, ///< ALL_WELL_CELLS && visible well cells (including Fence <-- is this correct? MSJ/JJS )
|
||||||
VISIBLE_WELL_FENCE_CELLS, ///< (! ALL_WELL_CELLS) && visible well cells including Fence
|
VISIBLE_WELL_FENCE_CELLS, ///< (! ALL_WELL_CELLS) && visible well cells including Fence
|
||||||
INACTIVE, ///< All inactive cells, but invalid cells might or might not be included
|
INACTIVE, ///< All inactive cells, but invalid cells might or might not be included
|
||||||
RANGE_FILTERED, ///< ACTIVE Filtered by the set of range filters
|
RANGE_FILTERED, ///< ACTIVE Filtered by the set of range filters
|
||||||
|
Loading…
Reference in New Issue
Block a user