aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.c')
-rw-r--r--src/Utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Utils.c b/src/Utils.c
index 6c01e76..8460b59 100644
--- a/src/Utils.c
+++ b/src/Utils.c
@@ -385,9 +385,9 @@ int IOUtil_2DPlanes (const cGH *GH,
'x' + (num_dims - dir - 1), (double) origin_phys[dir],
(double) lower_range[dir], (double) upper_range[dir]);
CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
- "IOUtil_2DPlanes: no 2D planes in %c-direction will be "
- "written for %dD variables with this slice center default",
- 'x' + (num_dims - dir - 1), num_dims);
+ "IOUtil_2DPlanes: no 2D planes spanning in this direction "
+ "will be written for %dD variables with this slice center ",
+ "default", num_dims);
slice_center[dir] = 0;
}
else