mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
scale DanielsPoints so that 1 hr @ FTP == 100
This commit is contained in:
@@ -96,7 +96,7 @@ class DanielsPoints : public RideMetric {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Choose K such that 1 hour at FTP yields a score of 100.
|
// Choose K such that 1 hour at FTP yields a score of 100.
|
||||||
const double DanielsPoints::K = 33.0 / 3600.0;
|
const double DanielsPoints::K = 100.0 / 3600.0;
|
||||||
|
|
||||||
static bool added() {
|
static bool added() {
|
||||||
RideMetricFactory::instance().addMetric(DanielsPoints());
|
RideMetricFactory::instance().addMetric(DanielsPoints());
|
||||||
|
|||||||
Reference in New Issue
Block a user