mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3858 add quotes to pressure drop text and make HF- default
This commit is contained in:
parent
7c110091d5
commit
ea371f8321
@ -618,7 +618,7 @@ void RicWellPathExportCompletionDataFeatureImpl::generateWelsegsTable(RifEclipse
|
||||
formatter.add(startMD);
|
||||
formatter.addValueOrDefaultMarker(exportInfo.topWellBoreVolume(), RicMswExportInfo::defaultDoubleValue());
|
||||
formatter.add(exportInfo.lengthAndDepthText());
|
||||
formatter.add(exportInfo.pressureDropText());
|
||||
formatter.add(QString("'%1'").arg(exportInfo.pressureDropText()));
|
||||
|
||||
formatter.rowCompleted();
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ namespace caf {
|
||||
addItem(RimMswCompletionParameters::HYDROSTATIC, "H--", "Hydrostatic");
|
||||
addItem(RimMswCompletionParameters::HYDROSTATIC_FRICTION, "HF-", "Hydrostatic + Friction");
|
||||
addItem(RimMswCompletionParameters::HYDROSTATIC_FRICTION_ACCELERATION, "HFA", "Hydrostatic + Friction + Acceleration");
|
||||
setDefault(RimMswCompletionParameters::HYDROSTATIC);
|
||||
setDefault(RimMswCompletionParameters::HYDROSTATIC_FRICTION);
|
||||
}
|
||||
|
||||
template<>
|
||||
|
Loading…
Reference in New Issue
Block a user