From 928e7f80fc7b62472998d4fe8c505ac0627227bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Thu, 24 Oct 2013 16:29:34 +0200 Subject: [PATCH] Update OctaveInterface.md --- Documentation/UsersGuide/OctaveInterface.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/UsersGuide/OctaveInterface.md b/Documentation/UsersGuide/OctaveInterface.md index 67d79efea2..79d274ab77 100644 --- a/Documentation/UsersGuide/OctaveInterface.md +++ b/Documentation/UsersGuide/OctaveInterface.md @@ -1,9 +1,9 @@ ## Octave Interface ResInsight provides a flexible interface to [Octave](http://www.gnu.org/software/octave/ "Octave"). -This includes a set of Octave functions that communicates with a running ResInsight session, and set of features in ResInsight that makes it easy to manage and edit Octave scripts, and to execute them using Octave. +This includes a set of Octave functions that communicates with a running ResInsight session, features in ResInsight that makes it easy to manage and edit Octave scripts, and their execution using Octave. -The octave functions are documented in [ Octave Interface Reference](OctaveInterfaceReference.md) +The Octave functions are documented in [ Octave Interface Reference](OctaveInterfaceReference.md). ### Script management @@ -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 utilize 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*.