Index: trunk/psModules/src/objects/pmPSFtry.c
===================================================================
--- trunk/psModules/src/objects/pmPSFtry.c	(revision 5762)
+++ trunk/psModules/src/objects/pmPSFtry.c	(revision 5765)
@@ -1,6 +1,17 @@
+/** @file  pmPSFtry.c
+ *
+ *  XXX: need description of file purpose
+ *
+ *  @author EAM, IfA
+ *
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-12 21:14:38 $
+ *
+ *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+ *
+ */
+
 # include <pslib.h>
-# include "psLibUtils.h"
 # include "pmObjects.h"
-# include "psModulesUtils.h"
 # include "pmPSF.h"
 # include "pmPSFtry.h"
@@ -41,5 +52,5 @@
     type           = pmModelSetType (modelName);
     test->psf      = pmPSFAlloc (type);
-    test->sources  = psMemCopy(sources);
+    test->sources  = psMemIncrRefCounter(sources);
     test->modelFLT = psArrayAlloc (sources->n);
     test->modelPSF = psArrayAlloc (sources->n);
