Added TriLinearPoly to common/pmmc.h

This commit is contained in:
James E McClure 2014-10-15 21:53:16 -04:00
parent 6a073d4da9
commit e2d9bbd923

View File

@ -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<Point> &Points, int npts,
int i, int j, int k){
int p;
double x,y,z;