Index: trunk/psphot/src/psphotGrowthCurve.c
===================================================================
--- trunk/psphot/src/psphotGrowthCurve.c	(revision 9529)
+++ trunk/psphot/src/psphotGrowthCurve.c	(revision 9595)
@@ -5,5 +5,5 @@
 //     the 'center' option
 
-bool psphotGrowthCurve (pmReadout *readout, pmPSF *psf) { 
+bool psphotGrowthCurve (pmReadout *readout, pmPSF *psf) {
 
     // bool status;
@@ -15,5 +15,5 @@
     pmModel *modelRef = pmModelAlloc(psf->type);
 
-    // use center of the image 
+    // use center of the image
     xc = 0.5*readout->image->numCols + readout->image->col0;
     yc = 0.5*readout->image->numRows + readout->image->row0;
@@ -41,16 +41,16 @@
     for (int i = 0; i < psf->growth->radius->n; i++) {
 
-	psImageInit (image, 0.0);
+        psImageInit (image, 0.0);
 
-	radius = psf->growth->radius->data.F32[i];
+        radius = psf->growth->radius->data.F32[i];
 
-	psImageKeepCircle (mask, xc, yc, radius, "OR", PM_MASK_MARK);
+        psImageKeepCircle (mask, xc, yc, radius, "OR", PM_MASK_MARK);
 
-	pmModelAdd (image, mask, model, false, false);
+        pmModelAdd (image, mask, model, false, false);
 
-	pmSourcePhotometryAper (&apMag, model, image, mask);
+        pmSourcePhotometryAper (&apMag, model, image, mask);
 
-	psImageKeepCircle (mask, xc, yc, radius, "AND", NOT_U8(PM_MASK_MARK));
-	psf->growth->apMag->data.F32[i] = apMag;
+        psImageKeepCircle (mask, xc, yc, radius, "AND", PS_NOT_U8(PM_MASK_MARK));
+        psf->growth->apMag->data.F32[i] = apMag;
     }
 
@@ -62,5 +62,5 @@
 
     psLogMsg ("psphot.growth", 4, "GrowthCurve : apLoss : %f\n", psf->growth->apLoss);
-    
+
     psFree (view);
     psFree (image);
