Index: /trunk/Ohana/src/relphot/src/bcatalog.c
===================================================================
--- /trunk/Ohana/src/relphot/src/bcatalog.c	(revision 20188)
+++ /trunk/Ohana/src/relphot/src/bcatalog.c	(revision 20189)
@@ -90,10 +90,8 @@
 
     // XXXX test : what checks do I need to make elsewhere to avoid problems here?
-    # if 0
-    if (Nm < 2) { /* enough measurements in band? */
+    if (Nm < STAR_TOOFEW) { /* enough measurements in band? */
       Nmeasure -= Nm;
       continue; 
     }
-    # endif
     subcatalog[0].average[Naverage].Nmeasure = Nm;
     Naverage ++;
