mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
use minutes, not seconds, as the y-axis says
This commit is contained in:
@@ -65,7 +65,7 @@ PowerHist::recalc()
|
||||
smoothWatts[i] = low;
|
||||
smoothTime[i] = 0.0;
|
||||
while (low < high)
|
||||
smoothTime[i] += array[low++];
|
||||
smoothTime[i] += array[low++] / 60.0;
|
||||
}
|
||||
smoothTime[i] = 0.0;
|
||||
smoothWatts[i] = i * binw;
|
||||
|
||||
Reference in New Issue
Block a user