Changeset 27128
- Timestamp:
- Mar 1, 2010, 5:53:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.c
r27086 r27128 1003 1003 psFree(stats); 1004 1004 1005 #ifdef TESTING 1005 1006 fprintf(stderr, "Norm: %lf\n", normValue); 1006 1007 #endif 1007 1008 // Solve kernel components 1008 1009 for (int i = 0; i < numSolution1; i++) { … … 1147 1148 psFree(stats); 1148 1149 1150 #ifdef TESTING 1149 1151 fprintf(stderr, "Norm: %lf\n", normValue); 1152 #endif 1150 1153 1151 1154 // Solve kernel components … … 1328 1331 int n = stamps->num - i - 1; 1329 1332 keepStamps->data.S32[index->data.S32[n]] = 1; 1330 fprintf (stderr, "keeping %d (%d of %d)\n", index->data.S32[n], n, 9);1331 1333 } 1332 1334 psFree (flux);
Note:
See TracChangeset
for help on using the changeset viewer.
