Skip to content

Commit fba8eef

Browse files
committed
Add log messages
1 parent 57869dc commit fba8eef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dsm/headers/Dynamics.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,12 @@ namespace dsm {
387387

388388
template <typename agent_t>
389389
void Dynamics<agent_t>::updatePaths() {
390+
Logger::debug("Init updating paths...");
390391
tbb::parallel_for_each(
391392
m_itineraries.cbegin(), m_itineraries.cend(), [this](auto const& pair) -> void {
392393
this->m_updatePath(pair.second);
393394
});
395+
Logger::debug("End updating paths.");
394396
}
395397

396398
template <typename agent_t>

0 commit comments

Comments
 (0)