mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
committed by
Mark Liversedge
parent
9f25fdc6f8
commit
8d3d89d44d
@@ -149,7 +149,7 @@ SlfParser::endElement( const QString&, const QString&, const QString& qName)
|
||||
distance *= KM_PER_MILE;
|
||||
alt *= FEET_PER_METER;
|
||||
}
|
||||
rideFile->appendPoint(secs, cadence, hr, distance, speed, torque, power, alt, lon, lat, headwind, 0.0, 0.0, lap);
|
||||
rideFile->appendPoint(secs, cadence, hr, distance, speed, torque, power, alt, lon, lat, headwind, 0.0, RideFile::noTemp, lap);
|
||||
secs += samplingRate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user