mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated function docs
p4#: 22371
This commit is contained in:
parent
5dbc15998f
commit
f8f51bbe92
@ -118,10 +118,11 @@ DEFUN_DLD (riGetWellCells, args, nargout,
|
||||
"WellCellInfo { \n"
|
||||
" I, J, K = int # Index to the cell in the grid\n"
|
||||
" GridIndex = int # the index of the grid. Main grid has index 0.\n"
|
||||
" CellStatus = int # is either 0 or 1, meaning the cell is closed or open respectively.\n"
|
||||
" CellStatus = int # is either 0 or 1, meaning the cell is closed or open respectively\n"
|
||||
" BranchId = int # Branch id of the branch intersecting the cell\n"
|
||||
" SegmentId = int # Branch segment id of the branch intersecting the cell\n"
|
||||
"}\n"
|
||||
"If the CaseId is not defined, ResInsight’s Current Case is used.\n"
|
||||
|
||||
)
|
||||
{
|
||||
if (nargout != 1)
|
||||
|
Loading…
Reference in New Issue
Block a user