Merge pull request #793 from JoePfeiffer/clean-789
Get rid of unnecessary line feed to clean up indentation
This commit is contained in:
commit
5140ff174e
@ -673,8 +673,7 @@ public class BarrowmanCalculator extends AbstractAerodynamicCalculator {
|
|||||||
// note: the iterator *should* serve up the next component.... buuuut ....
|
// note: the iterator *should* serve up the next component.... buuuut ....
|
||||||
// this code has is tested, and there's no compelling reason to change.
|
// this code has is tested, and there's no compelling reason to change.
|
||||||
final SymmetricComponent n = s.getNextSymmetricComponent();
|
final SymmetricComponent n = s.getNextSymmetricComponent();
|
||||||
if ((n == null) ||
|
if ((n == null) || !configuration.isStageActive(n.getStageNumber())) {
|
||||||
!configuration.isStageActive(n.getStageNumber())) {
|
|
||||||
double area = Math.PI * pow2(s.getAftRadius());
|
double area = Math.PI * pow2(s.getAftRadius());
|
||||||
double cd = base * area / conditions.getRefArea();
|
double cd = base * area / conditions.getRefArea();
|
||||||
total += cd;
|
total += cd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user