mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5601 fix parameter source list order for WBS PP non-reservoir
This commit is contained in:
parent
06d964d070
commit
fc7d5bc69c
@ -255,8 +255,8 @@ RigWbsParameter RigWbsParameter::PP_NonReservoir()
|
||||
true,
|
||||
{{LAS_FILE, SourceAddress( "PP_NONRES_INP", "", RiaWellLogUnitTools::sg_emwUnitString() )},
|
||||
{LAS_FILE, SourceAddress( "POR_NONRES_INP", "", RiaWellLogUnitTools::gPerCm3UnitString() )},
|
||||
{HYDROSTATIC, SourceAddress( "Hydrostatic", "", RiaWellLogUnitTools::barUnitString() )},
|
||||
{USER_DEFINED, SourceAddress( "", "", RiaWellLogUnitTools::barUnitString() )}} );
|
||||
{USER_DEFINED, SourceAddress( "", "", RiaWellLogUnitTools::barUnitString() )},
|
||||
{HYDROSTATIC, SourceAddress( "Hydrostatic", "", RiaWellLogUnitTools::barUnitString() )}} );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user