diff options
Diffstat (limited to 'noao/mtlocal/idsmtn/powersof2.com')
-rw-r--r-- | noao/mtlocal/idsmtn/powersof2.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/noao/mtlocal/idsmtn/powersof2.com b/noao/mtlocal/idsmtn/powersof2.com new file mode 100644 index 00000000..1128f9e1 --- /dev/null +++ b/noao/mtlocal/idsmtn/powersof2.com @@ -0,0 +1,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 |