regression fix in cylinder extension
This commit is contained in:
parent
241ec2bb40
commit
9f40c20d43
@ -61,7 +61,7 @@ bool Operator_Ext_Cylinder::BuildExtension()
|
|||||||
{
|
{
|
||||||
double C=0;
|
double C=0;
|
||||||
double G=0;
|
double G=0;
|
||||||
for (pos[1]=0; pos[1]<m_Op->GetOriginalNumLines(1)-1; ++pos[1])
|
for (pos[1]=0; pos[1]<m_Op->GetOriginalNumLines(1)-2; ++pos[1])
|
||||||
{
|
{
|
||||||
m_Op_Cyl->Calc_ECPos(2,pos,inEC);
|
m_Op_Cyl->Calc_ECPos(2,pos,inEC);
|
||||||
C+=inEC[0];
|
C+=inEC[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user