You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ResInsight 0.9.29, the Octave function function riGetCaseGroups names the resulting data structure CaseName, and not CaseGroupName as expected.
Vector[CaseGroupInfo] riGetCaseGroups()
This function returns a CaseGroupInfo Structure for each of the case groups in the current ResInsight project.
CaseGroupInfo = {
CaseGroupId = int # A project-unique integer used to address this particular CaseGroup
CaseGroupName = string # The name assigned to the CaseGroup in ResInsight
The text was updated successfully, but these errors were encountered:
In ResInsight 0.9.29, the Octave function function riGetCaseGroups names the resulting data structure CaseName, and not CaseGroupName as expected.
Vector[CaseGroupInfo] riGetCaseGroups()
This function returns a CaseGroupInfo Structure for each of the case groups in the current ResInsight project.
CaseGroupInfo = {
CaseGroupId = int # A project-unique integer used to address this particular CaseGroup
CaseGroupName = string # The name assigned to the CaseGroup in ResInsight
The text was updated successfully, but these errors were encountered: