Octave Interface: Added riGetWellStatus

p4#: 22301
This commit is contained in:
Jacob Støren
2013-09-04 08:03:11 +02:00
parent 14ee999d7e
commit cac9d9d3f9
21 changed files with 1229 additions and 122 deletions

View File

@@ -34,6 +34,10 @@ namespace riOctavePlugin
char propertyInfo_PropName[] = "PropName";
char propertyInfo_PropType[] = "PropType";
// Octave data structure: WellStatus
char wellStatus_WellType[] = "WellType";
char wellStatus_WellStatus[] = "WellStatus";
// Octave data structure : CaseGroupInfo
char caseGroupInfo_CaseGroupId[] = "CaseGroupId";
char caseGroupInfo_CaseGroupName[] = "CaseName";