From 8024a8cd69274444877483800e87664d14ec1450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Thu, 24 Oct 2013 15:04:04 +0200 Subject: [PATCH] User Doc: Typo fixes. --- Documentation/UsersGuide/OctaveInterface.md | 4 ++-- Documentation/UsersGuide/OctaveInterfaceReference.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/UsersGuide/OctaveInterface.md b/Documentation/UsersGuide/OctaveInterface.md index cc23353289..67d79efea2 100644 --- a/Documentation/UsersGuide/OctaveInterface.md +++ b/Documentation/UsersGuide/OctaveInterface.md @@ -11,7 +11,7 @@ Octave scripts are available in the **Scripts** folder in the **Project Tree**. ![](images/OctaveScriptTree.png) -This folder contains an entry for each of the directories you have added as a **Script Folder**. Each of the folder lists available `*.m` files and sub directories. The tree is continously updated to reflect the file structure on disk. +This folder contains an entry for each of the directories you have added as a **Script Folder**. Each of the folder lists available `*.m` files and sub directories. The tree is continuously updated to reflect the file structure on disk. #### Adding Script Folders You can add directories by right clicking the **Scripts** item to access the context menu. @@ -24,7 +24,7 @@ To enable script editing from ResInsight you need to set up the path to a text e When done, scripts can be edited using the context menu command **Edit** on the script item in the tree. ### Script execution -Octave scripts can be executed with or without a selection of cases as context. The [ Octave Interface Reference](OctaveInterfaceReference.md) highlights in more depth how to design your octave scripts to utlize these features. +Octave scripts can be executed with or without a selection of cases as context. The [ Octave Interface Reference](OctaveInterfaceReference.md) highlights in more depth how to design your octave scripts to utilize these features. #### Without a case selection A script can be started by navigating to the script in the **Project Tree**, and selecting **Execute** from the context menu. The currently active case (The one with the active 3D View) will then be set as ResInsight's *Current Case*. diff --git a/Documentation/UsersGuide/OctaveInterfaceReference.md b/Documentation/UsersGuide/OctaveInterfaceReference.md index 340226a529..2a02153fa0 100644 --- a/Documentation/UsersGuide/OctaveInterfaceReference.md +++ b/Documentation/UsersGuide/OctaveInterfaceReference.md @@ -40,7 +40,7 @@ The case information is presented in an octave Structure called CaseInfo, and co } #### CaseInfo riGetCurrentCase() -This function returns a CaseInfo Structure for the Case considered being the "Current Case" by ResInsight. When ResInsigt loops over a selection of cases and executes an Octave script for each of them, this function returns the CaseInfo for that particular Case. +This function returns a CaseInfo Structure for the Case considered being the "Current Case" by ResInsight. When ResInsight loops over a selection of cases and executes an Octave script for each of them, this function returns the CaseInfo for that particular Case. #### Vector[CaseInfo] riGetSelectedCases() This function returns a CaseInfo Structure for each of the cases selected in ResInsight at the time when the script launched. @@ -59,7 +59,7 @@ This function returns a CaseGroupInfo Structure for each of the case groups in t This function returns a CaseInfo Structure for all the cases in the current ResInsight project, including the Statistics cases and Source cases in a Grid Case Group. If a CaseGroupId is provided, only the cases in that Case Group will be returned. -### Retreiving Grid Metadata +### Retrieving Grid Metadata #### Matrix[numActiveCells][9] riGetActiveCellInfo([CaseId], [PorosityModel = "Matrix"|"Fracture"] ) This function returns a two dimensional matrix containing grid and IJK information about each of the active cells in the requested case. The columns contain the following information: