Index: trunk/psphot/src/pmPSFtry.c
===================================================================
--- trunk/psphot/src/pmPSFtry.c	(revision 5127)
+++ trunk/psphot/src/pmPSFtry.c	(revision 5134)
@@ -204,5 +204,5 @@
   // build binned versions of rflux, metric
   dBin = (stats->max - stats->min) / 10.0;
-  psVector *rfBin = psVectorCreate (stats->min, stats->max, dBin, PS_TYPE_F64);
+  psVector *rfBin = psVectorCreate (NULL, stats->min, stats->max, dBin, PS_TYPE_F64);
   psVector *daBin = psVectorAlloc (rfBin->n, PS_TYPE_F64);
   psVector *maskB = psVectorAlloc (rfBin->n, PS_TYPE_U8);
