diff options
Diffstat (limited to 'Moog.f')
-rwxr-xr-x | Moog.f | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,15 +18,15 @@ c declared. First, define the directory where MOOG lives, in order to c be able to pull in auxiliary data files; executing 'make' will c generate a reminder of this necessity write (moogpath,1001) - moogpath = - . '/Users/chris/CODES/moognov2019/' + call get_environment_variable("MOOG_DATA", moogpath) c*****What kind of machine are you using? Possible ones are: +c OBSOLETE c "mac" = Intel-based Apple Mac c "pcl" = a PC or desktop running some standard linux like Redhat c "uni" = a machine running Unix, specifically Sun Solaris - machine = "mac" + machine = "" c*****for x11 terminal types, define the parameters of plotting windows; |