<< Installation Installation Configuration >>

celestlabx >> CelestLabX > Installation > CLx_stela_register

CLx_stela_register

Register Stela installation directory

Calling Sequence

CLx_stela_register(stela_path)

Description

Registers the STELA installation directory path and stores it in the CelestLabX configuration file.

Notes:

Arguments

stela_path:

(string) STELA installation (absolute) path.

Examples

// The following call will generate an error as the path is not a valid STELA path. 
CLx_stela_register("/home/stela/apps/STELA_v2.5.1");

Report an issue
<< Installation Installation Configuration >>