IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2005, 3:43:24 PM (21 years ago)
Author:
desonia
Message:

moved to use native type in OUTPUT typemap to be compatible with older SWIG versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/astronomy.i

    r3165 r3169  
    4444%}
    4545
    46 %apply uint32_t *OUTPUT { uint32_t *nFail }; /* for psMetadataParseConfig */
     46%apply unsigned int *OUTPUT { unsigned int *nFail }; /* for psMetadataParseConfig */
    4747%include "psMetadataIO.h"
    48 %clear uint32_t *nFail;
     48%clear psU32 *nFail;
    4949
    5050%include "psPhotometry.h"
Note: See TracChangeset for help on using the changeset viewer.