[#1441] Increase CA drag characteristics precision to 3 decimals
This commit is contained in:
parent
f6a608e403
commit
006c8f9cf2
@ -674,7 +674,7 @@ public class ComponentAnalysisDialog extends JDialog implements StateChangeListe
|
|||||||
|
|
||||||
// A drag coefficient
|
// A drag coefficient
|
||||||
double cd = (Double) value;
|
double cd = (Double) value;
|
||||||
this.setText(String.format("%.2f (%.0f%%)", cd, 100 * cd / totalCD));
|
this.setText(String.format("%.3f (%.0f%%)", cd, 100 * cd / totalCD));
|
||||||
|
|
||||||
float r = (float) (cd / 1.5);
|
float r = (float) (cd / 1.5);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user