Modify TRIMP formula to use time_riding instead of workout time

Fixes #355.
This commit is contained in:
Damien
2011-08-05 23:45:04 +02:00
committed by Mark Liversedge
parent fc1ed9b8f9
commit a70e8dabbe
2 changed files with 12 additions and 12 deletions

View File

@@ -40,7 +40,7 @@
// DB Schema Version - YOU MUST UPDATE THIS IF THE SCHEMA VERSION CHANGES!!!
// Schema version will change if a) the default metadata.xml is updated
// or b) new metrics are added / old changed
static int DBSchemaVersion = 25;
static int DBSchemaVersion = 26;
DBAccess::DBAccess(MainWindow* main, QDir home) : main(main), home(home)
{