Adding pmmc_CurveCurvature to common/pmmc.h

This commit is contained in:
James E McClure 2014-10-16 16:40:29 -04:00
parent f55423a86d
commit 73706ac695

View File

@ -4315,7 +4315,7 @@ inline void pmmc_CurveCurvature(DoubleArray &f, DoubleArray &s, DoubleArray &KN,
Axz = sxz*fy + sx*fyz - syz*fx - sy*fxz;
// Normal to solid surface
Sx.Corners(ic-i,jc-j,kc-k) = sx
Sx.Corners(ic-i,jc-j,kc-k) = sx;
Sy.Corners(ic-i,jc-j,kc-k) = sy;
Sz.Corners(ic-i,jc-j,kc-k) = sz;