Skip to content

Commit

Permalink
Increased precision for HRV Recovery Points
Browse files Browse the repository at this point in the history
  • Loading branch information
amtriathlon committed Aug 12, 2017
1 parent 3bacf8c commit 79e7df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Metrics/HrvMetrics.cpp
Expand Up @@ -815,6 +815,7 @@ class hrv_recovery_points : public RideMetric {
setName(tr("HRV Recovery Points"));
setMetricUnits(tr(""));
setImperialUnits(tr(""));
setPrecision(1);
setType(RideMetric::Average);
setDescription(tr("Natural Log transform of rMSSD, measured at rest"));
}
Expand Down

0 comments on commit 79e7df6

Please sign in to comment.