mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Disable Power Index for running
We don't have standard model parameters for running, yet.
This commit is contained in:
@@ -569,7 +569,7 @@ void Banister::fit()
|
||||
// power index metric
|
||||
double powerIndex(double averagepower, double duration, bool isRun)
|
||||
{
|
||||
Q_UNUSED(isRun); // TODO: different parameters for Running
|
||||
if (isRun) return RideFile::NIL; // TODO: different parameters for Running
|
||||
|
||||
// so now lets work out what the 3p model says the
|
||||
// typical athlete would do for the same duration
|
||||
|
||||
Reference in New Issue
Block a user