Skip to content

Commit

Permalink
Merge pull request nest#935 from jakobj/fix/simtime_typo
Browse files Browse the repository at this point in the history
Fix typo in SimulationManager status output
  • Loading branch information
jougs committed Apr 24, 2018
2 parents e38d0c7 + df2368a commit 79bbbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nestkernel/simulation_manager.cpp
Expand Up @@ -612,7 +612,7 @@ nest::SimulationManager::call_update_()

size_t num_active_nodes = kernel().node_manager.get_num_active_nodes();
os << "Number of local nodes: " << num_active_nodes << std::endl;
os << "Simulaton time (ms): " << t_sim;
os << "Simulation time (ms): " << t_sim;

#ifdef _OPENMP
os << std::endl
Expand Down

0 comments on commit 79bbbb0

Please sign in to comment.