diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/mtlocal/idsmtn/powersof2.com | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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 |