use flag for polar-regression (default false);

This commit is contained in:
Christopher Ronnewinkel (D036654)
2014-12-18 23:01:29 +01:00
parent 8fb6e229a2
commit 90de96cd6b
@@ -108,7 +108,7 @@ public class PolarDiagramGPSDirect implements PolarDiagram, Serializable {
}
Speed speed = null;
try {
speed = this.polarData.getSpeed(this.boatClass, this.wind, bearing.getDifferenceTo(wind.getBearing())).getObject();
speed = this.polarData.getSpeed(this.boatClass, this.wind, bearing.getDifferenceTo(wind.getBearing()), false).getObject();
} catch (NotEnoughDataHasBeenAddedException e) {
// TODO Auto-generated catch block
e.printStackTrace();