- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/mana/findrowpeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/opihi/mana/findrowpeaks.c
r2938 r40477 23 23 24 24 for (i = 1; i < Nrow - 1; i++) { 25 if (!isfinite(row[i])) continue; // ignore NAN values 25 26 if (row[i] < threshold) continue; 26 27 if (row[i] < row[i-1]) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
