IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2005, 11:14:38 AM (20 years ago)
Author:
desonia
Message:

removed dependencies on psLibUtils.[ch] and psModuleUtils.[ch].

File:
1 edited

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
    114# include <pslib.h>
    2 # include "psLibUtils.h"
    315# include "pmObjects.h"
    4 # include "psModulesUtils.h"
    516# include "pmPSF.h"
    617# include "pmPSFtry.h"
     
    4152    type           = pmModelSetType (modelName);
    4253    test->psf      = pmPSFAlloc (type);
    43     test->sources  = psMemCopy(sources);
     54    test->sources  = psMemIncrRefCounter(sources);
    4455    test->modelFLT = psArrayAlloc (sources->n);
    4556    test->modelPSF = psArrayAlloc (sources->n);
Note: See TracChangeset for help on using the changeset viewer.