Changeset 41162 for trunk/Ohana/src/opihi/lib.data/spline.c
- Timestamp:
- Nov 27, 2019, 11:09:40 AM (7 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
r39231 r41162 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.
