mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
libecl : Improve comment
This commit is contained in:
parent
cf0673d473
commit
936fab3e32
6
ThirdParty/Ert/lib/ecl/ecl_kw_functions.cpp
vendored
6
ThirdParty/Ert/lib/ecl/ecl_kw_functions.cpp
vendored
@ -144,9 +144,9 @@ ecl_kw_type * ecl_kw_alloc_actnum(const ecl_kw_type * porv_kw, float porv_limit)
|
||||
int * actnum_values = ecl_kw_get_int_ptr( actnum_kw);
|
||||
|
||||
// When PORV is used as criteria, make sure all active cells are assigned both
|
||||
// active matrix and active fracture. This will make sure that both single porosity
|
||||
// models and dual porosity models in initialized with the correct bit mask
|
||||
// See documentation in top of ecl_grid.cpp
|
||||
// active matrix state and active fracture state. This will make sure that
|
||||
// both single porosity models and dual porosity models are initialized with
|
||||
// the correct bit mask. See documentation in top of ecl_grid.cpp
|
||||
//
|
||||
const int combinedActnumValueForMatrixAndFracture = CELL_ACTIVE_MATRIX + CELL_ACTIVE_FRACTURE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user