From: Bill Kuker Date: Sun, 31 Oct 2010 18:24:43 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b5ce2e0df5bd601d7be05fc6b23aa50a3e028407;p=sw%2Fmotorsim --- diff --git a/src/com/billkuker/rocketry/motorsim/io/ENGExporter.java b/src/com/billkuker/rocketry/motorsim/io/ENGExporter.java index 17ff7fc..d1f4879 100644 --- a/src/com/billkuker/rocketry/motorsim/io/ENGExporter.java +++ b/src/com/billkuker/rocketry/motorsim/io/ENGExporter.java @@ -34,7 +34,7 @@ public class ENGExporter { CylindricalChamber cha = (CylindricalChamber) b.getMotor().getChamber(); - NumberFormat nf = new DecimalFormat("00.###"); + NumberFormat nf = new DecimalFormat("00.####"); StringBuffer out = new StringBuffer();