Index: /branches/rel10_ifa/psModules/src/objects/pmObjects.c
===================================================================
--- /branches/rel10_ifa/psModules/src/objects/pmObjects.c	(revision 6479)
+++ /branches/rel10_ifa/psModules/src/objects/pmObjects.c	(revision 6480)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.9.4.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-17 17:13:42 $
+ *  @version $Revision: 1.9.4.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-24 04:03:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1703,4 +1703,7 @@
         }
     }
+    x->n = nPix;
+    y->n = nPix;
+    yErr->n = nPix;
     if (nPix <  nParams + 1) {
         psTrace (".pmObjects.pmSourceFitModel", 4, "insufficient valid pixels\n");
@@ -1712,7 +1715,4 @@
         return(false);
     }
-    x->n = nPix;
-    y->n = nPix;
-    yErr->n = nPix;
 
     // XXX EAM : the new minimization API supplies the constraints as a struct
