Skip to content

Commit

Permalink
dbg tho
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 21, 2020
1 parent 8a1abe8 commit 357ceea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ Hand::CalcMSEstimate(vector<float> 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
Expand Down Expand Up @@ -1023,7 +1023,7 @@ Hand::CalcMSEstimate(vector<float> 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());
Expand Down

0 comments on commit 357ceea

Please sign in to comment.