We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bacbe6 commit f8b7d66Copy full SHA for f8b7d66
1 file changed
src/engine/probcut.hpp
@@ -51,7 +51,7 @@ constexpr double SELECTIVITY_MPCT_MULTI[N_SELECTIVITY_LEVEL] = {0.75, 1.21, 1.49
51
52
#if USE_MPC_PRE_CALCULATION
53
int mpc_error_single0[N_SELECTIVITY_LEVEL][HW2 + 1][HW2 - 3];
54
- int mpc_error_end_single0[N_SELECTIVITY_LEVEL][HW2 - 3];
+ int mpc_error_end_single0[N_SELECTIVITY_LEVEL][HW2 + 1];
55
int mpc_error_multi[N_SELECTIVITY_LEVEL][HW2 + 1][HW2 - 3][HW2 - 3];
56
int mpc_error_end_multi[N_SELECTIVITY_LEVEL][HW2 + 1][HW2 - 3];
57
#endif
0 commit comments