aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-26 16:29:02 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-26 16:29:02 +0100
commitd9e6b29f46e0e608e97274a7c6c29d54405064ae (patch)
tree5be2267bc3124dd04753a02a18b3ca81f8875466 /src/InterpLocalUniform.c
parentb55d2d15e99da0354764233db85821fc953fe6a2 (diff)
Add 5th order Largrange tensor product interpolation.HEADmaster
Changes to other coeffs as well due to a different Maple version used.
Diffstat (limited to 'src/InterpLocalUniform.c')
-rw-r--r--src/InterpLocalUniform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InterpLocalUniform.c b/src/InterpLocalUniform.c
index 3d35b2c..5b5f888 100644
--- a/src/InterpLocalUniform.c
+++ b/src/InterpLocalUniform.c
@@ -257,7 +257,7 @@ static const p_interp_fn_t p_interp_fn_table[N_INTERP_OPERATORS]
{ AEILocalInterp_U_LagTP_3cube_20, }, /* order=2 */
{ AEILocalInterp_U_LagTP_3cube_30, }, /* order=3 */
{ AEILocalInterp_U_LagTP_3cube_40, }, /* order=4 */
- { NULL_INTERP_FN_PTR, }, /* order=5 (n.i.) */
+ { AEILocalInterp_U_LagTP_3cube_50, }, /* order=5 (n.i.) */
{ NULL_INTERP_FN_PTR, }, /* order=6 (n.i.) */
},
},