From b47ddd13d567a56dde2153cb93e5e6a4befd49f3 Mon Sep 17 00:00:00 2001 From: Ale Martinez Date: Sun, 1 Sep 2019 11:41:19 -0300 Subject: [PATCH] Change np to isopower in LTMTool formula helper --- src/Charts/LTMTool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charts/LTMTool.cpp b/src/Charts/LTMTool.cpp index 6acea77cc..e056cc58b 100644 --- a/src/Charts/LTMTool.cpp +++ b/src/Charts/LTMTool.cpp @@ -1900,7 +1900,7 @@ EditMetricDetailDialog::EditMetricDetailDialog(Context *context, LTMTool *ltmToo list << "best(cadence, 3600)"; list << "best(speed, 3600)"; list << "best(torque, 3600)"; - list << "best(np, 3600)"; + list << "best(isopower, 3600)"; list << "best(xpower, 3600)"; list << "best(vam, 3600)"; list << "best(wpk, 3600)";