aboutsummaryrefslogtreecommitdiff
path: root/src/Lagrange-tensor-product/all_prototypes.h
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/Lagrange-tensor-product/all_prototypes.h
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/Lagrange-tensor-product/all_prototypes.h')
-rw-r--r--src/Lagrange-tensor-product/all_prototypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Lagrange-tensor-product/all_prototypes.h b/src/Lagrange-tensor-product/all_prototypes.h
index d62fe92..9990c83 100644
--- a/src/Lagrange-tensor-product/all_prototypes.h
+++ b/src/Lagrange-tensor-product/all_prototypes.h
@@ -70,3 +70,7 @@
#undef FUNCTION_NAME
#define FUNCTION_NAME AEILocalInterp_U_LagTP_3cube_40
#include "template.h"
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_LagTP_3cube_50
+#include "template.h"