From e2d9bbd9236d01f67f00a3510f5fc636c77f68fa Mon Sep 17 00:00:00 2001 From: James E McClure Date: Wed, 15 Oct 2014 21:53:16 -0400 Subject: [PATCH] Added TriLinearPoly to common/pmmc.h --- common/pmmc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/pmmc.h b/common/pmmc.h index 95823d27..05d59ffc 100644 --- a/common/pmmc.h +++ b/common/pmmc.h @@ -4212,7 +4212,8 @@ inline void pmmc_CommonCurveSpeed(DoubleArray &CubeValues, DoubleArray &dPdt, Do } } -inline void pmmc_CurveCurvature(DoubleArray &f, DoubleArray &s, int i, int j, int k){ +inline void pmmc_CurveCurvature(DoubleArray &f, DoubleArray &s, DTMutableList &Points, int npts, + int i, int j, int k){ int p; double x,y,z;