IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:22:22 AM (12 years ago)
Author:
eugene
Message:

minor changes from EAM testing of pswarp bug; nothing substantive changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.c

    r32746 r37050  
    13151315    checkingForCorruption = true;
    13161316
     1317    // int nPrint = 0;
    13171318    psS32 nbad = 0;               // number of bad blocks
    13181319    for (psMemBlock *memBlock = (psMemBlock *) lastMemBlockAllocated; memBlock != NULL; memBlock = memBlock->nextBlock) {
     1320        // if (nPrint < 20) {
     1321        //     psMemBlockPrint (stderr, memBlock);
     1322        //     nPrint ++;
     1323        // }
    13191324        if (isBadMemBlock(output, memBlock, __FILE__, __LINE__, __func__)) {
    13201325            nbad++;
Note: See TracChangeset for help on using the changeset viewer.