Index: trunk/psModules/src/objects/pmPSF.c
===================================================================
--- trunk/psModules/src/objects/pmPSF.c	(revision 9562)
+++ trunk/psModules/src/objects/pmPSF.c	(revision 9730)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-14 00:55:43 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-24 22:55:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -121,5 +121,4 @@
 
     psf->params = psArrayAlloc(Nparams - 4);
-    psf->params->n = psf->params->nalloc;
 
     // the order of the PSF parameter (X,Y) fits is determined by the
@@ -166,8 +165,4 @@
     psVector *z  = psVectorAlloc (models->n, PS_TYPE_F64);
     psVector *dz = psVectorAlloc (models->n, PS_TYPE_F64);
-    x->n = x->nalloc;
-    y->n = y->nalloc;
-    z->n = z->nalloc;
-    dz->n = dz->nalloc;
 
     for (int i = 0; i < models->n; i++) {
@@ -258,5 +253,5 @@
 
 /***********************************************
- * this function masks the psf.ApTrend polynomial 
+ * this function masks the psf.ApTrend polynomial
  * to enable the specific subset of the coefficients
  **********************************************/
