aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.c
diff options
context:
space:
mode:
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.) */
},
},