Changeset 7521
- Timestamp:
- Jun 11, 2006, 11:07:59 AM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
psphot.h (modified) (1 diff)
-
psphotCleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r7340 r7521 18 18 bool psphotModelTest (pmReadout *readout, psMetadata *recipe); 19 19 bool psphotReadout (pmConfig *config, pmFPAview *view); 20 void psphotCleanup ( void);20 void psphotCleanup (pmConfig *config); 21 21 22 22 psArray *psphotFakeSources (); -
trunk/psphot/src/psphotCleanup.c
r6964 r7521 1 1 # include "psphot.h" 2 2 3 void psphotCleanup () { 3 void psphotCleanup (pmConfig *config) { 4 5 psFree (config); 4 6 5 7 psTimerStop ();
Note:
See TracChangeset
for help on using the changeset viewer.
