From 83cdd90c8807d3e101b085349590315cb79e795e Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 3 May 2002 11:55:51 +0000 Subject: Fixed warning message for slice center setup. This closes PR CactusBase/980. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@160 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- src/Utils.c | 6 +++--- 1 file 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 -- cgit v1.2.3