Skip to content

Commit

Permalink
extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Dec 12, 2023
1 parent 5c9ff79 commit a3ec31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ void Forest::compute_dependence_multi_thread(
uword n_specs = pd_x_vals.size();

for(uword k = 0; k < n_specs; ++k){
oobag_divby+=pd_x_vals[k].n_rows;;
oobag_divby+=pd_x_vals[k].n_rows;
}

if (thread_ranges.size() > thread_idx + 1) {
Expand Down

0 comments on commit a3ec31d

Please sign in to comment.