Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 39041)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 39047)
@@ -176,4 +176,5 @@
   
   // bits 0x00000200 - 0x00008000 are currently unused
+  ID_OBJ_BEST_STACK    = 0x00008000, // the primary stack measurement are the best measurements
   ID_STAR_FIT_AVE      = 0x00010000, // average position fitted
   ID_STAR_FIT_PM       = 0x00020000, // proper motion fitted
@@ -191,5 +192,4 @@
   ID_OBJ_SUSPECT_STACK = 0x20000000, // suspect object in the stack (> 1 good or suspect stack, < 2 good)
   ID_OBJ_BAD_STACK     = 0x40000000, // good-quality object in the stack (> 1 good stack)
-  ID_OBJ_BEST_STACK    = 0x80000000, // the primary stack measurement are the best measurements
 } DVOAverageFlags;
 
