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 /Obspars.com | |
download | moog-af8fa097905186e0d8ba257e4d70d63fe8901264.tar.gz |
Initial commit
Diffstat (limited to 'Obspars.com')
-rwxr-xr-x | Obspars.com | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Obspars.com b/Obspars.com new file mode 100755 index 0000000..57f23aa --- /dev/null +++ b/Obspars.com @@ -0,0 +1,12 @@ + +c****************************************************************************** +c this common block is simply to share information between the +c observation input routines +c****************************************************************************** + + real*8 disp(9), bzero, bscale + integer ibits, nblock, naxis, naxis1, byteswap + + common/obspars/disp, bzero, bscale, + . ibits, nblock, naxis, naxis1, byteswap + |