- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/detrend/pmPattern.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psModules/src/detrend/pmPattern.c
r35270 r37066 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.
