- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/imcombine/pmSubtractionEquation.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/psModules/src/imcombine/pmSubtractionEquation.c
r27086 r27517 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++) { … … 1048 1049 } 1049 1050 1051 psFree(norms); 1050 1052 psFree(solution); 1051 1053 psFree(sumVector); … … 1147 1149 psFree(stats); 1148 1150 1151 #ifdef TESTING 1149 1152 fprintf(stderr, "Norm: %lf\n", normValue); 1153 #endif 1150 1154 1151 1155 // Solve kernel components … … 1328 1332 int n = stamps->num - i - 1; 1329 1333 keepStamps->data.S32[index->data.S32[n]] = 1; 1330 fprintf (stderr, "keeping %d (%d of %d)\n", index->data.S32[n], n, 9);1331 1334 } 1332 1335 psFree (flux); … … 1519 1522 1520 1523 } 1524 1525 psFree(keepStamps); 1521 1526 1522 1527 psLogMsg("psModules.imcombine", PS_LOG_DETAIL, "%s", log);
Note:
See TracChangeset
for help on using the changeset viewer.
