mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
committed by
Mark Liversedge
parent
ec64007f6b
commit
55cb396196
@@ -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