[PD] style improvements for Helix

all done automatically by MSVC
This commit is contained in:
Uwe
2021-12-19 17:52:33 +01:00
parent 7dad9a908f
commit 3d03f0a468
2 changed files with 16 additions and 16 deletions

View File

@@ -519,7 +519,7 @@ double Helix::safePitch()
if (startVec.Length() < Precision::Confusion()) {
// when not in growth mode any pitch > 0 is safe
if (mode != HelixMode::height_turns_growth) {
return Precision::Confusion();
return Precision::Confusion();
}
// if growth is not zero, there will in many cases be intersections
// when the turn is >= 1, thus return an 'infinite' pitch