diff options
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 + |