Changeset 41340 for trunk/Ohana/src/opihi/lib.data/spline.c
- Timestamp:
- Apr 16, 2020, 1:54:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/spline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/spline.c
r41162 r41340 7 7 float dy, dx, *tmp; 8 8 9 // spline is not valid with < 3 points10 if (N < 3) return;11 12 9 ALLOCATE (tmp, float, N); 13 10 … … 72 69 opihi_flt dy, dx, *tmp; 73 70 74 // spline is not valid with < 3 points75 if (N < 3) return;76 77 71 ALLOCATE (tmp, opihi_flt, N); 78 72
Note:
See TracChangeset
for help on using the changeset viewer.
