Skip to content

Commit

Permalink
Merge pull request #951 from bjs2/rename_initialization_timer
Browse files Browse the repository at this point in the history
rename initialization compute-time section
  • Loading branch information
bangerth committed Jun 26, 2016
2 parents 12cb721 + e277d9d commit 2fefbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/simulator/core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ namespace aspect

if (parameters.resume_computation == false)
{
computing_timer.enter_section ("Initialization");
computing_timer.enter_section ("Setup initial conditions");

time = parameters.start_time;
timestep_number = 0;
Expand Down

0 comments on commit 2fefbdc

Please sign in to comment.