IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24621


Ignore:
Timestamp:
Jun 26, 2009, 6:57:54 PM (17 years ago)
Author:
eugene
Message:

added some test code

File:
1 edited

Legend:

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

    r24620 r24621  
    865865        kernels->solution1 = psMatrixLUSolution(kernels->solution1, luMatrix, sumVector, permutation);
    866866
     867#ifdef TESTING
    867868        // XXX double-check for NAN in data:
    868869        for (int ix = 0; ix < kernels->solution1->n; ix++) {
     
    871872            }
    872873        }
    873 
     874#endif
    874875
    875876        psFree(sumVector);
Note: See TracChangeset for help on using the changeset viewer.