IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 8:52:03 PM (20 years ago)
Author:
eugene
Message:

extensive cleanup of memory handling : no more leaks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r6311 r6379  
    1313# include "psModulesUtils.h"
    1414# include "psSparse.h"
    15 #include "pmFPAConstruct.h"
     15# include "pmFPAConstruct.h"
     16# include "pmConcepts.h"
    1617
    1718# define PSPHOT_RECIPE "PSPHOT"
     
    2728bool            psphotReadout (pmReadout *readout, psMetadata *config);
    2829bool            ppImageLoadPixels (ppFile *input, psDB *db, int chipNum, int cellNum);
     30void            psphotCleanup (void);
    2931
    3032// psphotReadout functions
     
    8991char           *psphotSplitName (psMetadata *header);
    9092void            psphotOutputPrep (ppFile *file, ppConfig *config);
     93void            psphotOutputCleanup (void);
    9194char           *psphotNameSubstitute (char *input, char *replace, char *key);
    9295
     
    103106psF32           pmModelFitSet (psVector *deriv, const psVector *params, const psVector *x);
    104107bool            pmModelFitSetInit (pmModelType type);
     108void            pmModelFitSetClear (void);
    105109
    106110//  functions to support the source fitting process
Note: See TracChangeset for help on using the changeset viewer.