OpenFLUID.addExtraFunctionsPathsR Documentation

Adds paths to search for simulation functions

Description

Adds paths to search for simulation functions

Usage

  OpenFLUID.addExtraFunctionsPaths(paths)

Arguments

paths

the semicolon separated paths to add

See Also

OpenFLUID.getExtraFunctionsPaths

Examples

## Not run: 
OpenFLUID.addExtraFunctionsPaths("/first/path/to/add")
OpenFLUID.addExtraFunctionsPaths("/second/path/to/add:/third/path/to/add")

## End(Not run)