mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
committed by
Mark Liversedge
parent
ec64007f6b
commit
55cb396196
@@ -156,7 +156,7 @@ RideFile *TxtFileReader::openRideFile(QFile &file, QStringList &errors, QList<Ri
|
||||
double km = kmIndex > -1 ? values[kmIndex].toDouble() : 0.0;
|
||||
double kph = kphIndex > -1 ? values[kphIndex].toDouble() : 0.0;
|
||||
double headwind = headwindIndex > -1 ? values[headwindIndex].toDouble() : 0.0;
|
||||
rideFile->appendPoint(secs, cad, hr, km, kph, 0.0, watts, 0.0, 0.0, 0.0, headwind, 0.0, 0.0, 0);
|
||||
rideFile->appendPoint(secs, cad, hr, km, kph, 0.0, watts, 0.0, 0.0, 0.0, headwind, 0.0, RideFile::noTemp, 0);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user