From b5ce2e0df5bd601d7be05fc6b23aa50a3e028407 Mon Sep 17 00:00:00 2001 From: Bill Kuker Date: Sun, 31 Oct 2010 18:24:43 +0000 Subject: [PATCH] --- src/com/billkuker/rocketry/motorsim/io/ENGExporter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2