diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-12 11:27:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-12 11:27:51 -0400 |
commit | 783d4baaa19ea3843dffa2ca5654e662d4a5aa8b (patch) | |
tree | fd38bf324613ae4fbdaa0fce595f717935c35524 /Specplot.f | |
parent | 9f7c4133c9a0d0f34ca4c7d0ff510ee2cf57935f (diff) | |
download | moog-783d4baaa19ea3843dffa2ca5654e662d4a5aa8b.tar.gz |
Fix point plotting
Diffstat (limited to 'Specplot.f')
-rw-r--r-- | Specplot.f | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ c****************************************************************************** include 'Pstuff.com' include 'Equivs.com' include 'Multistar.com' - real*4 style(1) - real*4 yup,ydown + real*8 style(1) + real*8 yup,ydown integer iflip real*8 inx1,inx2,iny1,iny2 |