Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 13, 2024
1 parent 775644f commit 2fb78dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/AMICI/include/amici/forwardproblem.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class ForwardProblem {
for (auto const& [t, state] : timepoint_states_)
std::cerr << t << " ";
std::cerr << std::endl;
std::cerr<<backtraceString(20)<<std::endl;
}

assert(map_iter != timepoint_states_.end());
Expand Down

0 comments on commit 2fb78dc

Please sign in to comment.