Skip to content

Commit f8b7d66

Browse files
committed
fixed mpc potential bug
1 parent 9bacbe6 commit f8b7d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine/probcut.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ constexpr double SELECTIVITY_MPCT_MULTI[N_SELECTIVITY_LEVEL] = {0.75, 1.21, 1.49
5151

5252
#if USE_MPC_PRE_CALCULATION
5353
int mpc_error_single0[N_SELECTIVITY_LEVEL][HW2 + 1][HW2 - 3];
54-
int mpc_error_end_single0[N_SELECTIVITY_LEVEL][HW2 - 3];
54+
int mpc_error_end_single0[N_SELECTIVITY_LEVEL][HW2 + 1];
5555
int mpc_error_multi[N_SELECTIVITY_LEVEL][HW2 + 1][HW2 - 3][HW2 - 3];
5656
int mpc_error_end_multi[N_SELECTIVITY_LEVEL][HW2 + 1][HW2 - 3];
5757
#endif

0 commit comments

Comments
 (0)