Skip to content

Commit

Permalink
Fulfill preconditions for non_bonded_loop_trace() (#4624)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 7, 2022
2 parents 1970f48 + b8f04b2 commit 2536505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script_interface/cell_system/CellSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Variant CellSystem::do_call_method(std::string const &name,
return neighbors;
}
if (name == "non_bonded_loop_trace") {
on_observable_calc();
std::vector<Variant> out;
auto const pair_list = non_bonded_loop_trace();
std::transform(pair_list.begin(), pair_list.end(), std::back_inserter(out),
Expand Down

0 comments on commit 2536505

Please sign in to comment.