IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 9:05:13 AM (19 years ago)
Author:
eugene
Message:

asserts to PS_ASSERTs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotOutput.c

    r12546 r12601  
    8181
    8282    pmFPAfile *input = psMetadataLookupPtr (&status, config->files, "PSPHOT.INPUT");
    83     assert (status);
     83    PS_ASSERT (status, false);
    8484
    8585    // determine PHOTCODE from fpa & view, overwrite in recipe
    86     // XXX test this:
    8786    char *photcode = pmConceptsPhotcodeForView (config, input, view);
    88     assert (photcode);
     87    PS_ASSERT (photcode, false);
    8988
    9089    psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE", PS_META_REPLACE, "photcode from FPA concepts", photcode);
Note: See TracChangeset for help on using the changeset viewer.