Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Feb 10, 2025
2 parents fdca407 + bd4fa7b commit db5438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chimera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
/* global constants/data, no need for synchronization */
static int parts = 0;
constexpr auto maxparts = 100;
constexpr auto window = 64;
constexpr auto window = 32;
constexpr auto few = 4;
constexpr auto maxcandidates = few * maxparts;
constexpr auto rejects = 16;
Expand Down

0 comments on commit db5438d

Please sign in to comment.