From 0b8276b6c8fd54ab7b161ad708f884086b797095 Mon Sep 17 00:00:00 2001 From: JoePfeiffer Date: Wed, 4 May 2022 07:22:34 -0600 Subject: [PATCH] more tubefin refinement (should be squashed with prev commit) --- core/src/net/sf/openrocket/aerodynamics/barrowman/TubeCalc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/net/sf/openrocket/aerodynamics/barrowman/TubeCalc.java b/core/src/net/sf/openrocket/aerodynamics/barrowman/TubeCalc.java index 5a0f96283..057c0de8d 100644 --- a/core/src/net/sf/openrocket/aerodynamics/barrowman/TubeCalc.java +++ b/core/src/net/sf/openrocket/aerodynamics/barrowman/TubeCalc.java @@ -37,7 +37,7 @@ public abstract class TubeCalc extends RocketComponentCalc { // These calculations come from a mix of theoretical and empirical // results, and are marked with (t) for theoretical and (e) for empirical. // The theoretical results should not be modified; the empirical can be adjusted - // to better simulate real rockets. + // to better simulate real rockets as we get data. // Temperature final double T = conditions.getAtmosphericConditions().getTemperature();