From e9293da11f685d17e2002bb06f0fd756845dadfd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 3 Aug 2021 14:49:58 -0400 Subject: 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. --- Abunplot.f | 1 - 1 file changed, 1 deletion(-) (limited to 'Abunplot.f') diff --git a/Abunplot.f b/Abunplot.f index e305bc7..44a81c5 100755 --- a/Abunplot.f +++ b/Abunplot.f @@ -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) -- cgit