Home
last modified time | relevance | path

Searched refs:cntPowerPoints (Results 1 – 1 of 1) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCEnergyCycling.cpp169 qint32 cntPowerPoints = 0; // Count the moving track points in compute() local
209 cntPowerPoints++; in compute()
222 if (cntPowerPoints) // For all moving points in compute()
224 energySet.airResistForce /= cntPowerPoints; in compute()
225 energySet.gravitySlopeForce /= cntPowerPoints; in compute()
226 energySet.sumForce /= cntPowerPoints; in compute()
227 energySet.power /= cntPowerPoints; in compute()