Index: trunk/psphot/src/psphotModelTest.c
===================================================================
--- trunk/psphot/src/psphotModelTest.c	(revision 18555)
+++ trunk/psphot/src/psphotModelTest.c	(revision 19881)
@@ -143,11 +143,11 @@
     source->peak->value = source->moments->Peak;
 
-    fprintf (stderr, "sum: %f @ (%f, %f)\n", source->moments->Sum, source->moments->x, source->moments->y);
-    fprintf (stderr, "moments: %f, %f - %f\n", source->moments->Sx, source->moments->Sy, source->moments->Sxy);
+    fprintf (stderr, "sum: %f @ (%f, %f)\n", source->moments->Sum, source->moments->Mx, source->moments->My);
+    fprintf (stderr, "moments: %f, %f - %f\n", source->moments->Mxx, source->moments->Myy, source->moments->Mxy);
 
     psEllipseMoments moments;
-    moments.x2 = source->moments->Sx;
-    moments.y2 = source->moments->Sy;
-    moments.xy = source->moments->Sxy;
+    moments.x2 = source->moments->Mxx;
+    moments.y2 = source->moments->Myy;
+    moments.xy = source->moments->Mxy;
     psEllipseAxes axes = psEllipseMomentsToAxes (moments, 20.0);
 
