Skip to content

Commit

Permalink
Stop timer for gather secondary correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Aug 9, 2024
1 parent 7f5c12e commit 6a819fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nestkernel/simulation_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,13 +1108,12 @@ nest::SimulationManager::update_()
sw_gather_secondary_data_.start();
#endif
kernel().event_delivery_manager.gather_secondary_events( true );
}
#ifdef TIMER_DETAILED
sw_gather_secondary_data_.stop();
sw_gather_secondary_data_.stop();
#endif
}
}


advance_time_();

if ( print_time_ )
Expand Down

0 comments on commit 6a819fe

Please sign in to comment.