Skip to content

Commit

Permalink
Fulfill preconditions for non_bonded_loop_trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Dec 7, 2022
1 parent 1970f48 commit b8f04b2
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 b8f04b2

Please sign in to comment.