Skip to content

Commit

Permalink
clearing out vector of all sim values before running exhaustive search -
Browse files Browse the repository at this point in the history
this allows exhaustive regi objects to be reused
  • Loading branch information
rg2 committed Sep 12, 2022
1 parent 91c5bee commit 703e12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/regi/interfaces_2d_3d/xregIntensity2D3DRegiExhaustive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ void xreg::Intensity2D3DRegiExhaustive::run()
mg_it = mesh_grid_.begin();
}

all_sim_vals_.clear();

double next_print_percent = print_status_inc_;

while (num_xforms_left)
Expand Down

0 comments on commit 703e12f

Please sign in to comment.