IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33430


Ignore:
Timestamp:
Mar 6, 2012, 1:53:58 PM (14 years ago)
Author:
mhuber
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test/psModules/src/imcombine/pmSubtractionMatch.c

    r33415 r33430  
    5353    fprintf(stderr, "    Memory in use: %zd\n", totalSize);
    5454    fprintf(stderr, "    Largest block: %ld\n", largest);
     55    //MEH - osx may not like sbrk
    5556    fprintf(stderr, "    sbrk(): %zd\n", (size_t)sbrk(0));
    5657#endif
     
    122123        PS_ASSERT_FLOAT_LESS_THAN(sysError, 1.0, false);
    123124    }
    124     if (isfinite(sysError)) {
     125    //MEH -- needs to test sky not sysError..
     126    if (isfinite(skyError)) {
    125127        PS_ASSERT_FLOAT_LARGER_THAN_OR_EQUAL(skyError, 0.0, false);
    126128    }
Note: See TracChangeset for help on using the changeset viewer.