diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-03 14:41:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-03 14:41:53 -0400 |
commit | af8fa097905186e0d8ba257e4d70d63fe8901264 (patch) | |
tree | 647de7ddd01c750e9a80849b3cf79efddf32d4b2 /Plotval.com | |
download | moog-af8fa097905186e0d8ba257e4d70d63fe8901264.tar.gz |
Initial commit
Diffstat (limited to 'Plotval.com')
-rwxr-xr-x | Plotval.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Plotval.com b/Plotval.com new file mode 100755 index 0000000..8e5320d --- /dev/null +++ b/Plotval.com @@ -0,0 +1,6 @@ + common /plotval/ xleft,right,up,down,oldlft,oldrgt,oldup,olddown, + . xmax,xmin,ixlcnt,iylcnt,realcolors(50) + + real*4 xleft,right,up,down,oldlft,oldrgt,oldup,olddown, + . xmax,xmin,realcolors + |