mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3846 Make HF- the default pressure drop for MSW and put quotes around the text.
This commit is contained in:
@@ -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<>
|
||||
|
||||
Reference in New Issue
Block a user