Private
Public Access
1
0

added notification to rowing physics

This commit is contained in:
Sander Roosendaal
2017-06-16 15:41:07 +02:00
parent 81b6d2d919
commit a70a1e98ac
8 changed files with 177 additions and 114 deletions

View File

@@ -77,6 +77,7 @@ def geo_distance(lat1,lon1,lat2,lon2):
def isbreakthrough(delta,cpvalues,p0,p1,p2,p3):
pwr = p0/(1+delta/p2)
pwr += p1/(1+delta/p3)