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