Index: trunk/Ohana/src/addstar/src/find_matches.c
===================================================================
--- trunk/Ohana/src/addstar/src/find_matches.c	(revision 14290)
+++ trunk/Ohana/src/addstar/src/find_matches.c	(revision 14291)
@@ -55,5 +55,5 @@
   tcoords.pc1_2 = tcoords.pc2_1 = 0.0;
   tcoords.Npolyterms = 1;
-  strcpy (tcoords.ctype, "RA---ZEA");
+  strcpy (tcoords.ctype, "RA---ARC");
 
   /* build spatial index (RA sort) */
Index: trunk/Ohana/src/addstar/src/find_matches_closest.c
===================================================================
--- trunk/Ohana/src/addstar/src/find_matches_closest.c	(revision 14290)
+++ trunk/Ohana/src/addstar/src/find_matches_closest.c	(revision 14291)
@@ -56,5 +56,5 @@
   tcoords.pc1_2 = tcoords.pc2_1 = 0.0;
   tcoords.Npolyterms = 1;
-  strcpy (tcoords.ctype, "RA---ZEA");
+  strcpy (tcoords.ctype, "RA---ARC");
 
   /* build spatial index (RA sort) referencing input array sequence */
