Changeset 41341 for trunk/Ohana/src/opihi/lib.data/spline.c
- Timestamp:
- Apr 16, 2020, 2:04:27 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
r41340 r41341 7 7 float dy, dx, *tmp; 8 8 9 // spline is not valid with < 3 points 10 if (N < 3) return; 11 9 12 ALLOCATE (tmp, float, N); 10 13 … … 69 72 opihi_flt dy, dx, *tmp; 70 73 74 // spline is not valid with < 3 points 75 if (N < 3) return; 76 71 77 ALLOCATE (tmp, opihi_flt, N); 72 78
Note:
See TracChangeset
for help on using the changeset viewer.
