Skip to content

small errors in flap hinge position cause big problems #33

@Bill-B

Description

@Bill-B

Depending on the compiler, this condition isn't always satisfied. Why.

The 1000* is just a sketchy fix for now.

}else if(((tempA[0] / panelPtr[i].c1) -panelPtr[i].hinge1) < (1000.*DBL_EPS)){

}else if(((tempAA[0] / panelPtr[i].c2 )-panelPtr[i].hinge2)<(1000.*DBL_EPS)){

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions