Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octave function riGetCaseGroups gives wrong data structure naming #89

Closed
hhgs opened this issue Oct 4, 2013 · 0 comments
Closed

Octave function riGetCaseGroups gives wrong data structure naming #89

hhgs opened this issue Oct 4, 2013 · 0 comments
Labels
Bug Bug not yet in an official release

Comments

@hhgs
Copy link
Member

hhgs commented Oct 4, 2013

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

@magnesj magnesj closed this as completed Oct 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug not yet in an official release
Projects
None yet
Development

No branches or pull requests

2 participants