fixes build bug by non ASCII character
This commit is contained in:
parent
ecb467db36
commit
38f21e1b05
@ -26,7 +26,7 @@ public class FinSetCalc extends RocketComponentCalc {
|
|||||||
/** logger for debugging*/
|
/** logger for debugging*/
|
||||||
private final static Logger logger = LoggerFactory.getLogger(FinSetCalc.class);
|
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);
|
private static final double STALL_ANGLE = (20 * Math.PI / 180);
|
||||||
|
|
||||||
/** Number of divisions in the fin chords. */
|
/** Number of divisions in the fin chords. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user