mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-17 01:49:55 +00:00
committed by
Mark Liversedge
parent
9f25fdc6f8
commit
8d3d89d44d
@@ -398,7 +398,7 @@ void RideFile::appendPoint(double secs, double cad, double hr, double km,
|
||||
dataPresent.lat |= (lat != 0);
|
||||
dataPresent.headwind |= (headwind != 0);
|
||||
dataPresent.slope |= (slope != 0);
|
||||
dataPresent.temp |= (temp != 0);
|
||||
dataPresent.temp |= (temp != noTemp);
|
||||
dataPresent.interval |= (interval != 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user