style point -- moved a "continue;" to its own line for consistency
This commit is contained in:
parent
00abce96ff
commit
202bb5f1e4
@ -537,7 +537,8 @@ public class BarrowmanCalculator extends AbstractAerodynamicCalculator {
|
|||||||
map.get(c).setPressureCD(cd);
|
map.get(c).setPressureCD(cd);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(c.isCDOverridden()) continue;
|
if(c.isCDOverridden())
|
||||||
|
continue;
|
||||||
|
|
||||||
// Stagnation drag
|
// Stagnation drag
|
||||||
if (c instanceof SymmetricComponent) {
|
if (c instanceof SymmetricComponent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user