aboutsummaryrefslogtreecommitdiff
path: root/src/Output1D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output1D.c')
-rw-r--r--src/Output1D.c4
1 files changed, 2 insertions, 2 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);