Dan Connelly's MEGA patch.

It includes both powerzones and weekly summary plots.

  Thanks Dan.
This commit is contained in:
Justin F. Knotzke
2009-06-22 02:22:18 +00:00
parent 2e1801d8bd
commit 84f4250e4a

View File

@@ -16,10 +16,11 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <math.h>
#include "SrmRideFile.h"
#include "srm.h"
#define PI 3.14159265
#define PI M_PI
static int srmFileReaderRegistered =
RideFileFactory::instance().registerReader("srm", new SrmFileReader());