Skip to content

Commit

Permalink
buff thing 1 and thing 2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 7, 2020
1 parent 0854b20 commit fde153b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct TheThingLookerFinderThing
// params for tt_sequencing
float group_tol = 35.F;
float step_tol = 17.5F;
float scaler = 0.15F;
float scaler = 0.2F;

const vector<pair<std::string, float*>> _params{
{ "min_mod", &min_mod },
Expand Down Expand Up @@ -79,7 +79,7 @@ struct TheThingLookerFinderThing2
// params for tt_sequencing
float group_tol = 35.F;
float step_tol = 17.5F;
float scaler = 0.15F;
float scaler = 0.2F;

const vector<pair<std::string, float*>> _params{
{ "min_mod", &min_mod },
Expand Down

0 comments on commit fde153b

Please sign in to comment.