aboutsummaryrefslogtreecommitdiff
path: root/src/WriteGF.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/WriteGF.c')
-rw-r--r--src/WriteGF.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WriteGF.c b/src/WriteGF.c
index 45c0a29..a0aec07 100644
--- a/src/WriteGF.c
+++ b/src/WriteGF.c
@@ -243,8 +243,10 @@ void IOBasic_WriteGF (cGH *GH,
CCTK_ParameterFilename (sizeof (buffer), buffer);
fprintf (file, "%cParameter file %s\n", comment_char, buffer);
+ Util_CurrentDate (sizeof (buffer), buffer);
+ fprintf (file, "%cCreated %s ", comment_char, buffer);
Util_CurrentTime (sizeof (buffer), buffer);
- fprintf (file, "%cCreated %s\n", comment_char, buffer);
+ fprintf (file, "%s\n", buffer);
fprintf (file, "%cx-label time\n", comment_char);
fprintf (file, "%cy-label %s\n",
comment_char, advertised_file.varname);