From 94c0d0fe1b6a2c5e7880ed1b6cc2f18d4eaf51c4 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:28:55 +0000 Subject: Untabified. Please try to adhere to the Cactus coding guidelines when modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@175 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- src/Output1D.c | 4 ++-- src/Output2D.c | 4 ++-- src/Output3D.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Output1D.c b/src/Output1D.c index b780e26..34f3477 100644 --- a/src/Output1D.c +++ b/src/Output1D.c @@ -120,8 +120,8 @@ int IOASCII_Output1DVarAs (const cGH *GH, const char *fullname, const char *alia if (vindex<0) { CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, - "There is no such variable %s. Ignoring IOASCII 1D output.", - fullname); + "There is no such variable %s. Ignoring IOASCII 1D output.", + fullname); } else if (CheckOutputVar (vindex)) { retval = IOASCII_Write1D (GH, vindex, alias); diff --git a/src/Output2D.c b/src/Output2D.c index 7d046a9..8ef97a7 100644 --- a/src/Output2D.c +++ b/src/Output2D.c @@ -120,8 +120,8 @@ int IOASCII_Output2DVarAs (const cGH *GH, const char *fullname, const char *alia if (vindex<0) { CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, - "There is no such variable %s. Ignoring IOASCII 2D output.", - fullname); + "There is no such variable %s. Ignoring IOASCII 2D output.", + fullname); } else if (CheckOutputVar (vindex) == 0) { retval = IOASCII_Write2D (GH, vindex, alias); diff --git a/src/Output3D.c b/src/Output3D.c index 886cd75..1532fa5 100644 --- a/src/Output3D.c +++ b/src/Output3D.c @@ -120,8 +120,8 @@ int IOASCII_Output3DVarAs (const cGH *GH, const char *fullname, const char *alia if (vindex<0) { CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, - "There is no such variable %s. Ignoring IOASCII 3D output.", - fullname); + "There is no such variable %s. Ignoring IOASCII 3D output.", + fullname); } else if (CheckOutputVar (vindex) == 0) { retval = IOASCII_Write3D (GH, vindex, alias); -- cgit v1.2.3