Skip to content

Commit f724be9

Browse files
committed
Merge branch 'main' into transitionProbabilities
2 parents c97a7c1 + 5fc278f commit f724be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dsf/mobility/RoadDynamics.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ namespace dsf::mobility {
449449
template <typename delay_t>
450450
requires(is_numeric_v<delay_t>)
451451
std::unique_ptr<Agent> RoadDynamics<delay_t>::m_killAgent(std::unique_ptr<Agent> pAgent) {
452+
spdlog::trace("Killing agent {}", *pAgent);
452453
m_travelDTs.push_back(
453454
{pAgent->distance(), static_cast<double>(this->time_step() - pAgent->spawnTime())});
454455
--m_nAgents;

0 commit comments

Comments
 (0)