Updated function docs

p4#: 22371
This commit is contained in:
Magne Sjaastad 2013-09-10 13:30:40 +02:00
parent 5dbc15998f
commit f8f51bbe92

View File

@ -118,10 +118,11 @@ DEFUN_DLD (riGetWellCells, args, nargout,
"WellCellInfo { \n" "WellCellInfo { \n"
" I, J, K = int # Index to the cell in the grid\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" " 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" "}\n"
"If the CaseId is not defined, ResInsights Current Case is used.\n" "If the CaseId is not defined, ResInsights Current Case is used.\n"
) )
{ {
if (nargout != 1) if (nargout != 1)