debugging contact curve velocity

This commit is contained in:
James McClure
2014-08-09 17:05:20 -04:00
parent 9e01da883c
commit 2986a2217f

View File

@@ -4066,7 +4066,7 @@ inline void pmmc_CommonCurveSpeed(DoubleArray &CubeValues, DoubleArray &dPdt, Do
{
int p;
double s,lwns,norm;
double a,b,c,d,e,f,g;
double a,b,c,d,e,f,g,h;
double x,y,z,zeta;
double tangent_x,tangent_y,tangent_z;
double ns_x, ns_y, ns_z;