Write all double values in one go. Fixed argument parsing.

p4#: 21746
This commit is contained in:
Magne Sjaastad
2013-05-28 09:20:09 +02:00
parent 83d5143b69
commit 1cfdb0ddb1
2 changed files with 44 additions and 33 deletions
+4 -4
View File
@@ -122,10 +122,10 @@ DEFUN_DLD (riGetGridProperty, args, nargout,
"\n"
"Matrix[numI][numJ][numK][numTimestepsRequested] riGetGridProperty([CaseId], GridIndex , PropertyName, [RequestedTimeSteps], [PorosityModel = \"Matrix\"|\"Fracture\"])"
"\n"
"This function returns a matrix of the requested property data for all the grid cells in the requested grid for each requested time step."
"Grids are indexed from 0 (main grid) to max number of LGR's"
"If the CaseId is not defined, ResInsights Current Case is used."
"The RequestedTimeSteps must contain a list of indices to the requested time steps. If not defined, all the time steps are returned"
"This function returns a matrix of the requested property data for all the grid cells in the requested grid for each requested time step.\n"
"Grids are indexed from 0 (main grid) to max number of LGR's.\n"
"If the CaseId is not defined, ResInsights Current Case is used.\n"
"The RequestedTimeSteps must contain a list of indices to the requested time steps. If not defined, all the time steps are returned.\n"
)
{
if (nargout < 1)