IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2007, 1:59:28 PM (19 years ago)
Author:
eugene
Message:

moved analysis steps into psastroAnalysis.c
moved file definitions into psastroDefineFiles.c
created psastroInternal.h, and psastroStandAlone.h
moved library prototypes only in psastro.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroCleanup.c

    r12492 r12806  
    1 # include "psastro.h"
     1# include "psastroStandAlone.h"
    22
    3 void psastroCleanup (pmConfig *config, psArray *refs) {
     3void psastroCleanup (pmConfig *config) {
    44
    5     psFree (refs);
    65    psFree (config);
    76
Note: See TracChangeset for help on using the changeset viewer.