From 38f21e1b05ad2a49070ee2e3525564be966fc688 Mon Sep 17 00:00:00 2001 From: Luiz Victor Linhares Rocha Date: Thu, 13 Oct 2016 15:47:53 -0300 Subject: [PATCH] fixes build bug by non ASCII character --- .../net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java b/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java index 5c8c12190..8b968deff 100644 --- a/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java +++ b/core/src/net/sf/openrocket/aerodynamics/barrowman/FinSetCalc.java @@ -26,7 +26,7 @@ public class FinSetCalc extends RocketComponentCalc { /** logger for debugging*/ private final static Logger logger = LoggerFactory.getLogger(FinSetCalc.class); - /** considers the stall angle as 20ยบ*/ + /** considers the stall angle as 20 degrees*/ private static final double STALL_ANGLE = (20 * Math.PI / 180); /** Number of divisions in the fin chords. */