From 1479ffb461778a27e8fb60878eee7fd96ac3bd51 Mon Sep 17 00:00:00 2001 From: anne-glerum Date: Tue, 12 Dec 2023 11:46:47 +0100 Subject: [PATCH] Fix comment --- include/aspect/postprocess/visualization.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/aspect/postprocess/visualization.h b/include/aspect/postprocess/visualization.h index 37a14eac501..9d73cbed632 100644 --- a/include/aspect/postprocess/visualization.h +++ b/include/aspect/postprocess/visualization.h @@ -586,8 +586,8 @@ namespace aspect /** * For mesh deformation computations ASPECT uses an Arbitrary-Lagrangian- - * Eulerian formulation to handle deforming the domain, but we output the - * mesh in its deformed state if this flag is set to true. If set to false, + * Eulerian formulation to handle deforming the domain, and we output the + * mesh in its deformed state by default. If this flag is set to true, * the mesh is written undeformed. */ bool output_undeformed_mesh;