Changeset 24621
- Timestamp:
- Jun 26, 2009, 6:57:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.c
r24620 r24621 865 865 kernels->solution1 = psMatrixLUSolution(kernels->solution1, luMatrix, sumVector, permutation); 866 866 867 #ifdef TESTING 867 868 // XXX double-check for NAN in data: 868 869 for (int ix = 0; ix < kernels->solution1->n; ix++) { … … 871 872 } 872 873 } 873 874 #endif 874 875 875 876 psFree(sumVector);
Note:
See TracChangeset
for help on using the changeset viewer.
