diff --git a/src/simulation.hpp b/src/simulation.hpp index 200865f8c..a846d6ed3 100644 --- a/src/simulation.hpp +++ b/src/simulation.hpp @@ -1269,7 +1269,7 @@ template void AMRSimulation::timeStepWithSubcycl if (Verbose()) { amrex::Print() << "[Level " << lev << " step " << istep[lev] + 1 << "] "; - amrex::Print() << "ADVANCE with time = " << tNew_[lev] << " dt = " << dt_[lev] << '\n'; + amrex::Print() << "ADVANCE with time = " << std::scientific << tNew_[lev] << " dt = " << std::scientific << dt_[lev] << '\n'; } // Advance a single level for a single time step, and update flux registers