IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18189


Ignore:
Timestamp:
Jun 18, 2008, 4:44:10 PM (18 years ago)
Author:
Paul Price
Message:

It should be good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r18187 r18189  
    256256    {
    257257        float varFactor = psMetadataLookupF32(NULL, output->analysis, PSWARP_ANALYSIS_VARFACTOR);
    258         psAssert(!isfinite(varFactor), "Should be something here.");
     258        psAssert(isfinite(varFactor), "Should be something here.");
    259259        long goodPix = psMetadataLookupS64(NULL, output->analysis, PSWARP_ANALYSIS_GOODPIX);
    260260        psAssert(goodPix > 0, "Should be something here.");
Note: See TracChangeset for help on using the changeset viewer.