Skip to content

Commit

Permalink
More tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximumcats committed Jan 20, 2025
1 parent b4ce305 commit d2cb561
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Source/driver/Castro_advance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ Castro::finalize_do_advance (Real time, Real dt)
int is_new = 1;

// We only display the estTimeStep output if the validity check fails
std::string estTimeStep_output;
std::string estTimeStep_output;

Real new_dt;
Real new_dt;

{
CoutRedirection redirection;
new_dt = estTimeStep(is_new);
estTimeStep_output = redirection.getCapturedOutput();
}
{
CoutRedirection redirection;
new_dt = estTimeStep(is_new);
estTimeStep_output = redirection.getCapturedOutput();
}

if (castro::change_max * new_dt < dt) {
status.success = false;
Expand Down

0 comments on commit d2cb561

Please sign in to comment.