Index: trunk/psModules/src/objects/pmSourcePhotometry.c
===================================================================
--- trunk/psModules/src/objects/pmSourcePhotometry.c	(revision 15104)
+++ trunk/psModules/src/objects/pmSourcePhotometry.c	(revision 15105)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-09-29 02:34:31 $
+ *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-09-29 02:35:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -123,5 +123,5 @@
 	// the source peak pixel is guaranteed to be on the image, and only minimally different from the source center
 	double apTrend = pmTrend2DEval (psf->ApTrend, (float)source->peak->x, (float)source->peak->y);
-        source->psfMag += pmTrend2DEval (psf->ApTrend, x, y);
+        source->psfMag += apTrend;
     }
 
