Merge pull request #2268 from SiboVG/fix-packed-length
[#2267] Check for nose cone base radius for massObject auto radius
This commit is contained in:
commit
b62629b9c1
@ -109,7 +109,7 @@ public abstract class MassObject extends InternalComponent {
|
||||
return radius;
|
||||
}
|
||||
if (parent instanceof NoseCone) {
|
||||
return ((NoseCone) parent).getAftRadius();
|
||||
return ((NoseCone) parent).getBaseRadius();
|
||||
} else if (parent instanceof Transition) {
|
||||
double foreRadius = ((Transition) parent).getForeRadius();
|
||||
double aftRadius = ((Transition) parent).getAftRadius();
|
||||
|
Loading…
x
Reference in New Issue
Block a user