Index: /trunk/Ohana/src/delstar/src/delete_orphans.c
===================================================================
--- /trunk/Ohana/src/delstar/src/delete_orphans.c	(revision 17197)
+++ /trunk/Ohana/src/delstar/src/delete_orphans.c	(revision 17198)
@@ -170,9 +170,9 @@
   /* this image star matches more than one catalog star */
   if (stars[N].found > -1) {
-    catalog.measure[stars[N].found].flags |= BLEND_IMAGE;
-    catalog.measure[Nmeas].flags |= BLEND_IMAGE;
+    catalog.measure[stars[N].found].flags |= ID_MEAS_BLEND_MEAS;
+    catalog.measure[Nmeas].flags |= ID_MEAS_BLEND_MEAS;
   } 
   if (stars[N].found == -2) { /* this image star matches a catalog star on a neighboring catalog */
-    catalog.measure[Nmeas].flags |= BLEND_IMAGE_NEIGHBOR;
+    catalog.measure[Nmeas].flags |= ID_MEAS_BLEND_MEAS_X;
   } 
   if (stars[N].found == -1) { /* this image star matches only this star */
@@ -181,6 +181,6 @@
   /* this catalog star matches more than one image star */
   if (catalog.found[n] > -1) {
-    catalog.measure[catalog.found[n]].flags |= BLEND_CATALOG;
-    catalog.measure[Nmeas].flags |= BLEND_CATALOG;
+    catalog.measure[catalog.found[n]].flags |= ID_MEAS_BLEND_OBJ;
+    catalog.measure[Nmeas].flags |= ID_MEAS_BLEND_OBJ;
   } else {
     catalog.found[n] = Nmeas;
