From 052698d872efc49075c8cbd4f2533afca75d60a1 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 21 Oct 2013 14:08:58 +0200 Subject: [PATCH] Update OctaveInterfaceReference.md --- Documentation/UsersGuide/OctaveInterfaceReference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/UsersGuide/OctaveInterfaceReference.md b/Documentation/UsersGuide/OctaveInterfaceReference.md index abbc63c11c..2130306b69 100644 --- a/Documentation/UsersGuide/OctaveInterfaceReference.md +++ b/Documentation/UsersGuide/OctaveInterfaceReference.md @@ -86,7 +86,8 @@ If the CaseId is not defined, ResInsight's Current Case is used. #### Matrix[numGrids][3] riGetGridDimensions([CaseId]) This function returns a two dimensional matrix: One row for each grid, starting with the main grid. ->NOTE: This means that the "normal" GridIndices where 0 means Main Grid does not work directly with this matrix. You have to add 1. + +*NOTE*: This means that the "normal" GridIndices where 0 means Main Grid does not work directly with this matrix. You have to add 1. The columns contain the following information: [NI, NJ, NK]: I, J, K dimensions of the grid.