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)){ |
Depending on the compiler, this condition isn't always satisfied. Why.
The 1000* is just a sketchy fix for now.
FreeWake/Source/wing_geometry.cpp
Line 1467 in fd3e186
FreeWake/Source/wing_geometry.cpp
Line 1507 in fd3e186