IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r33089 r33424  
    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    if (isfinite(skyError)) {
    125126        PS_ASSERT_FLOAT_LARGER_THAN_OR_EQUAL(skyError, 0.0, false);
    126127    }
Note: See TracChangeset for help on using the changeset viewer.