aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-05-17 12:28:55 +0000
committergoodale <goodale@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-05-17 12:28:55 +0000
commit94c0d0fe1b6a2c5e7880ed1b6cc2f18d4eaf51c4 (patch)
tree8bca04bda0e3c4d94d227d634071b932530e788a
parent6e1bdd51baec8f447c62f8ee74083b8ea6d50fd5 (diff)
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
-rw-r--r--src/Output1D.c4
-rw-r--r--src/Output2D.c4
-rw-r--r--src/Output3D.c4
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);