From cd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1 Mon Sep 17 00:00:00 2001 From: wkj Date: Wed, 21 Apr 2004 02:16:43 +0000 Subject: Astro with some minor changes to placate Unix. --- src/cmd/astro/nutt.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 src/cmd/astro/nutt.c (limited to 'src/cmd/astro/nutt.c') diff --git a/src/cmd/astro/nutt.c b/src/cmd/astro/nutt.c new file mode 100644 index 00000000..8ddf2b91 --- /dev/null +++ b/src/cmd/astro/nutt.c @@ -0,0 +1,71 @@ +#include "astro.h" + +double nutfp[] = +{ + .2088, 0, + -1.2730, 0, + .1258, 0, + -.0496, 0, + .0214, 0, + .0124, 0, + 0, + + 9.2109, 0, + -.0904, 0, + .5519, 0, + .0215, 0, + -.0093, 0, + -.0066, 0, + 0, + + -.2037, 0, + .0675, 0, + -.0342, 0, + -.0261, 0, + -.0149, 0, + .0114, 0, + .0060, 0, + .0058, 0, + -.0057, 0, + -.0052, 0, + 0, + + .0884, 0, + .0183, 0, + .0113, 0, + -.0050, 0, + 0, +}; + +char nutcp[] = +{ + 2,0,0,0, + 2,2,-2,0, + 0,0,0,1, + 2,2,-2,1, + 2,2,-2,-1, + 1,2,-2,0, + + 1,0,0,0, + 2,0,0,0, + 2,2,-2,0, + 2,2,-2,1, + 2,2,-2,-1, + 1,2,-2,0, + + 2,2,0,0, + 0,0,1,0, + 1,2,0,0, + 2,2,1,0, + 0,0,1,-2, + 2,2,-1,0, + 0,0,0,2, + 1,0,1,0, + 1,0,-1,0, + 2,2,-1,2, + + 2,2,0, + 1,2,0, + 2,2,1, + 2,2,-1, +}; -- cgit v1.2.3