blob: 57f23aabd7b0deb911aa25580c02a400483797af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|