mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Changes to add altitude data to allplot & elevation gained to ride metrics
This commit is contained in:
committed by
Justin Knotzke
parent
2be608410a
commit
5c0bdd8969
@@ -37,7 +37,7 @@ RideFile *SrmFileReader::openRideFile(QFile &file, QStringList &errors) const
|
||||
SrmDataPoint *p = i.next();
|
||||
double nm = p->watts / 2.0 / PI / p->cad * 60.0;
|
||||
rideFile->appendPoint(p->secs, p->cad, p->hr, p->km,
|
||||
p->kph, nm, p->watts, p->interval);
|
||||
p->kph, nm, p->watts, p->alt, p->interval);
|
||||
}
|
||||
return rideFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user