Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 24, 2024
1 parent b053270 commit 395a6d3
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 395a6d3

Please sign in to comment.