Skip to content

Commit

Permalink
reserve itvjack vec
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 14, 2020
1 parent 2634fd4 commit bf5f694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ Calc::SequenceJack(const Finger& f, int track, int mode)
vector<float> comp_diff(window_size);
vector<float> eff_scalers(window_size);
vector<vector<float>> itv_jacks;
itv_jacks.reserve(numitv);
vector<float> thejacks;

// yes this is many loops, but we don't want to sacrifice
Expand Down

0 comments on commit bf5f694

Please sign in to comment.