Changeset 5765 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Dec 12, 2005, 11:14:38 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r5762 r5765 1 /** @file pmPSFtry.c 2 * 3 * XXX: need description of file purpose 4 * 5 * @author EAM, IfA 6 * 7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-12-12 21:14:38 $ 9 * 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 * 12 */ 13 1 14 # include <pslib.h> 2 # include "psLibUtils.h"3 15 # include "pmObjects.h" 4 # include "psModulesUtils.h"5 16 # include "pmPSF.h" 6 17 # include "pmPSFtry.h" … … 41 52 type = pmModelSetType (modelName); 42 53 test->psf = pmPSFAlloc (type); 43 test->sources = psMem Copy(sources);54 test->sources = psMemIncrRefCounter(sources); 44 55 test->modelFLT = psArrayAlloc (sources->n); 45 56 test->modelPSF = psArrayAlloc (sources->n);
Note:
See TracChangeset
for help on using the changeset viewer.
