From 357ceea381a40456ddd43e1b4164e363b8ba09be Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Thu, 21 May 2020 18:43:16 -0400 Subject: [PATCH] dbg tho --- src/Etterna/Globals/MinaCalc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Etterna/Globals/MinaCalc.cpp b/src/Etterna/Globals/MinaCalc.cpp index 15e9486f3d..d48712133b 100644 --- a/src/Etterna/Globals/MinaCalc.cpp +++ b/src/Etterna/Globals/MinaCalc.cpp @@ -958,7 +958,7 @@ Hand::CalcMSEstimate(vector input) // that includes cross finger values to catch tight stuff like the triplets // in runningmen - static const bool dbg = true; + static const bool dbg = false; // how many ms values we use from here, if there are fewer than this number // we'll mock up some values to water down intervals with a single extremely @@ -1023,7 +1023,7 @@ Hand::CalcMSEstimate(vector input) void Hand::InitBaseDiff(Finger& f1, Finger& f2) { - static const bool dbg = true; + static const bool dbg = false; for (size_t i = 0; i < NUM_CalcDiffValue - 1; ++i) soap[i].resize(f1.size());