Index: trunk/psphot/src/psphotModelTest.c
===================================================================
--- trunk/psphot/src/psphotModelTest.c	(revision 5993)
+++ trunk/psphot/src/psphotModelTest.c	(revision 6056)
@@ -2,5 +2,5 @@
 # include "psEllipse.h"
 
-bool psphotModelTest (eamReadout *imdata, psMetadata *config) {
+bool psphotModelTest (pmReadout *readout, psMetadata *config) {
 
     bool status;
@@ -75,5 +75,5 @@
     pmSource *source = pmSourceAlloc();
     source->peak = pmPeakAlloc (xObj, yObj, 0, 0);
-    psphotDefinePixels (source, imdata, xObj, yObj, OUTER);
+    psphotDefinePixels (source, readout, xObj, yObj, OUTER);
 
     // find the local sky
