diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-09-26 12:47:44 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-09-26 12:47:44 -0400 |
commit | ad99ba0f9c6821795acbf6cbf26234bd1e5770f6 (patch) | |
tree | 98f45126a2f9a0c564291c04851038c7deebfb88 | |
parent | a322c9942a9a8b091b91ff121a5264ef203f38a0 (diff) | |
download | spexmgr-ad99ba0f9c6821795acbf6cbf26234bd1e5770f6.tar.gz |
Add mc_testspextoolpath output
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -92,6 +92,20 @@ The activation script prepends `share/` and `spex/4.1` to `IDL_PATH`, and any pr ``` $ idl IDL> mc_testspextoolpath +% Compiled module: MC_TESTSPEXTOOLPATH. +% Compiled module: FILE_WHICH. +% Compiled module: READCOL. +% Compiled module: REMCHAR. +% Compiled module: GETTOK. +% READCOL: 1 valid lines read + +Spextool version 4.1 loaded. + +The Astronomy User's Library directories are in your IDL path. + +The Markwardt MPFIT Library directories are in your IDL path. + +The IDL paths are set correctly. ``` *or earlier:* |