IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 9:03:34 PM (21 years ago)
Author:
eugene
Message:

file cleanups, function renames

File:
1 edited

Legend:

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

    r5837 r5986  
    1111
    1212    psMetadataItem *item  = NULL;
     13
     14    // run model fitting tests on a single source
     15    if (!psMetadataLookupBool (&status, config, "TEST_FIT")) return false;
    1316
    1417    // what fitting mode to use?
     
    166169    psphotSaveImage (NULL, source->pixels, "resid.fits");
    167170    psphotSaveImage (NULL, source->mask, "mask.fits");
    168     return true;
     171
     172    exit (0);
    169173}
Note: See TracChangeset for help on using the changeset viewer.