Index: /branches/pap/psphot/src/psphotFake.c
===================================================================
--- /branches/pap/psphot/src/psphotFake.c	(revision 25264)
+++ /branches/pap/psphot/src/psphotFake.c	(revision 25265)
@@ -195,5 +195,5 @@
 
     int numBins = magOffsets->n;                          // Number of bins
-    psVector *frac = psVectorAlloc(numBins, PS_TYPE_S32); // Fraction of sources in each bin
+    psVector *frac = psVectorAlloc(numBins, PS_TYPE_F32); // Fraction of sources in each bin
     for (int i = 0; i < numBins; i++) {
         int numFound = 0;               // Number found
@@ -205,5 +205,5 @@
             }
         }
-        frac->data.S32[i] = (float)numFound / (float)numSources;
+        frac->data.F32[i] = (float)numFound / (float)numSources;
     }
 
