From bdcb57b965485893b93ccd6633dd255564097fd9 Mon Sep 17 00:00:00 2001 From: Daniel Doehring Date: Wed, 9 Oct 2024 15:39:17 +0200 Subject: [PATCH] Update src/callbacks_step/analysis.jl --- src/callbacks_step/analysis.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks_step/analysis.jl b/src/callbacks_step/analysis.jl index 88bbca3264f..b6c80f47867 100644 --- a/src/callbacks_step/analysis.jl +++ b/src/callbacks_step/analysis.jl @@ -314,7 +314,7 @@ function (analysis_callback::AnalysisCallback)(u_ode, du_ode, integrator, semi) mpi_println(" #elements: " * @sprintf("% 14d", nelementsglobal(mesh, solver, cache))) - # Level information (only for AMR or non-uniform `TreeMesh`es) + # Level information (only for AMR and/or non-uniform `TreeMesh`es) print_level_information(integrator.opts.callback, mesh, solver, cache) mpi_println()