Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TRP105F_Spline by
Diff: CubicSpline.c
- Revision:
- 6:c4f36cee3ceb
- Parent:
- 4:8db89b731133
- Child:
- 7:e032ddec6ed5
--- a/CubicSpline.c Fri May 20 14:27:51 2016 +0000
+++ b/CubicSpline.c Fri May 20 14:28:42 2016 +0000
@@ -189,7 +189,7 @@
//
// Function to define _u_spline, specific constants of spline.
//
-void CubicSpline2d::_makeSpline(double* arg_t, double* arg_ft, double* arg_C[4], unsigned int arg_num)
+void CubicSpline2d::_makeModel(double* arg_t, double* arg_ft, double* arg_C[4], unsigned int arg_num)
{
// arg_t : t; parameter of x or y
// arg_ft: f(t); cubic poliminal. Value:<=> x or y.
