Index: /branches/eam_branches/ipp-20110906/Ohana/src/addstar/src/find_matches_closest.c
===================================================================
--- /branches/eam_branches/ipp-20110906/Ohana/src/addstar/src/find_matches_closest.c	(revision 32628)
+++ /branches/eam_branches/ipp-20110906/Ohana/src/addstar/src/find_matches_closest.c	(revision 32629)
@@ -132,4 +132,11 @@
     }
 
+    /* this block will match a given detection to the closest object within range of that detection.
+       XXX note that this matches ALL detections within range of the single object to that same object 
+       this is bad, but I cannot just go in linear order (ie, mark off each object as they are
+       used).  I should make a list of all Nobj * Ndet pairs in range and choose the matches
+       based on their separations.  UGH
+     */
+    
     /* within match range; look for matches */
     Jmin = -1;
