mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Dan Connelly's MEGA patch.
It includes both powerzones and weekly summary plots. Thanks Dan.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user