blob: 1128f9e1c4d57dba226f4538e09d59bc2b833779 (
plain) (
blame)
1
2
3
4
5
6
|
# Common block for look up tables used by idsmtn format reader. This table
# contains powers of 2 used to reassemble floating point numbers. It is
# initialized in t_ridsmtn.x.
double tbl[255]
common /po2/tbl
|