mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 06:28:41 +00:00
use flag for polar-regression (default false);
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user