diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-03 14:49:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-03 14:49:58 -0400 |
commit | e9293da11f685d17e2002bb06f0fd756845dadfd (patch) | |
tree | 0ce16357b71b44bf5af0be717830b361ecc25700 /Abunplot.f | |
parent | af8fa097905186e0d8ba257e4d70d63fe8901264 (diff) | |
download | moog-e9293da11f685d17e2002bb06f0fd756845dadfd.tar.gz |
Changeset:
* Simplify Makefile
* Accept input file as command line argument
* Increase path length to 1024 for all path-related variables
* Replace hard-coded path to \*.dat files with environment variable MOOG_DATA
* SM needs double precision for several of its functions. Pass REAL8 not REAL4 to those.
Diffstat (limited to 'Abunplot.f')
-rwxr-xr-x | Abunplot.f | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -91,7 +91,6 @@ c*****draw and label the box for the excitation potential plot call sm_angle (90.) call sm_putlabel (5,array) call sm_angle (0.) - c*****make the excitation potential plot call defcolor (2) |