Changeset 36085 for trunk/psModules/src/detrend/pmPattern.c
- Timestamp:
- Aug 31, 2013, 5:55:16 AM (13 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/detrend/pmPattern.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/psModules (added) merged: 35843,35876,35947-35948,35961-35963,35966-35967,36021,36024,36027,36066-36069,36075
- Property svn:mergeinfo changed
-
trunk/psModules/src/detrend/pmPattern.c
r35270 r36085 1222 1222 } 1223 1223 double max_XX = 0; 1224 #if (PS_TRACE_ON) 1224 1225 double solution_V = 0; 1225 1226 int i_peak = -1; 1227 #endif 1226 1228 for (int i = 0; i < numChips + 4; i++) { // If any cells have no value of themself, set the matrix to 1.0. 1227 1229 if (XX->data.F64[i][i] == 0.0) { … … 1230 1232 if (XX->data.F64[i][i] > max_XX) { 1231 1233 max_XX = XX->data.F64[i][i]; 1234 #if (PS_TRACE_ON) 1232 1235 solution_V = solution->data.F64[i]; 1233 1236 i_peak = i; 1237 #endif 1234 1238 } 1235 1239 }
Note:
See TracChangeset
for help on using the changeset viewer.
