Delete outdated comment

This commit is contained in:
SiboVG 2022-08-25 21:33:34 +02:00
parent 6e9fdc6330
commit 467b1dee1d

View File

@ -41,8 +41,7 @@ public class TrapezoidFinSet extends FinSet {
public TrapezoidFinSet() {
this(3, 0.05, 0.05, 0.025, 0.03);
}
// TODO: HIGH: height=0 -> CP = NaN
public TrapezoidFinSet(int fins, double rootChord, double tipChord, double sweep,
double height) {
super();