mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Reinstate 3 point CP model
DJ Connel implemented a 3 point model, after Morton, which was erroneously removed in a prior commit. Our thanks to Andy Coggan for pointing this out in a recent webinar. Nice to know he is following us closely.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
#include <algorithm> // for std::lower_bound
|
||||
|
||||
#define USE_T0_IN_CP_MODEL 0 // added djconnel 08Apr2009: allow 3-parameter CP model
|
||||
#define USE_T0_IN_CP_MODEL 1 // added djconnel 08Apr2009: allow 3-parameter CP model
|
||||
|
||||
CpintPlot::CpintPlot(Context *context, QString p, const Zones *zones, bool rangemode) :
|
||||
path(p),
|
||||
|
||||
Reference in New Issue
Block a user