Skip to content

Commit

Permalink
Update new_paradox_parser.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Mar 6, 2019
1 parent 4987511 commit c7cc740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/new_paradox_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -5203,7 +5203,7 @@ namespace wiz {
std::vector<int> pivot;

for (int i = 0; i < pivot_num; ++i) {
pivot.push_back(FindRight(strVec, (last_idx / (pivot_num + 1)) * (i), (last_idx / (pivot_num + 1)) * (i + 1) - 1, option));
pivot.push_back(FindRight2(strVec, (last_idx / (pivot_num + 1)) * (i), (last_idx / (pivot_num + 1)) * (i + 1) - 1, option));
}

for (int i = 0; i < pivot.size(); ++i) {
Expand Down

0 comments on commit c7cc740

Please sign in to comment.