fixes build bug by non ASCII character

This commit is contained in:
Luiz Victor Linhares Rocha 2016-10-13 15:47:53 -03:00
parent ecb467db36
commit 38f21e1b05

View File

@ -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. */