mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#985 Changed name of Completion to I, J, K
This commit is contained in:
parent
f0dc9ee04a
commit
c77da54671
@ -38,13 +38,13 @@ RimSummaryCurveAutoName::RimSummaryCurveAutoName()
|
||||
CAF_PDM_InitObject("RimSummaryCurveAutoName", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_vectorName, "VectorName", true, "Vector Name", "", "", "");
|
||||
CAF_PDM_InitField(&m_unit, "Unit", false, "Unit", "", "", "");
|
||||
CAF_PDM_InitField(&m_unit, "Unit", false,"Unit", "", "", "");
|
||||
CAF_PDM_InitField(&m_regionNumber, "RegionNumber", true, "Region Number", "", "", "");
|
||||
CAF_PDM_InitField(&m_wellGroupName, "WellGroupName", true, "Group Name", "", "", "");
|
||||
CAF_PDM_InitField(&m_wellName, "WellName", true, "Well Name", "", "", "");
|
||||
CAF_PDM_InitField(&m_wellSegmentNumber, "WellSegmentNumber", true, "Well Segment Number", "", "", "");
|
||||
CAF_PDM_InitField(&m_lgrName, "LgrName", true, "Lgr Name", "", "", "");
|
||||
CAF_PDM_InitField(&m_completion, "Completion", true, "Completion", "", "", "");
|
||||
CAF_PDM_InitField(&m_completion, "Completion", true, "I, J, K", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_caseName, "CaseName", true, "Case Name", "", "", "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user