- Timestamp:
- Nov 27, 2019, 11:39:38 AM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/Ohana/src/opihi/cmd.data/peak.c
r20936 r41170 39 39 if (*X < start) continue; 40 40 if (*X > end) continue; 41 if (!isfinite(*Y)) continue; 41 42 if (*Y < ymax) continue; 42 43 xmax = *X; … … 63 64 if (*X < start) continue; 64 65 if (*X > end) continue; 66 if (!isfinite(*Y)) continue; 65 67 if (*Y < ymax) continue; 66 68 xmax = *X;
Note:
See TracChangeset
for help on using the changeset viewer.
