| OpenFLUID.addExtraFunctionsPaths | R Documentation |
Adds paths to search for simulation functions
OpenFLUID.addExtraFunctionsPaths(paths)
paths |
the semicolon separated paths to add |
OpenFLUID.getExtraFunctionsPaths
## Not run:
OpenFLUID.addExtraFunctionsPaths("/first/path/to/add")
OpenFLUID.addExtraFunctionsPaths("/second/path/to/add:/third/path/to/add")
## End(Not run)