aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index b359f81..e6b2775 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -195,7 +195,10 @@ static void *SetupGH (tFleshConfig *config, int conv_level, cGH *GH)
myGH = (ioStreamedHDF5GH *) malloc (sizeof (ioStreamedHDF5GH));
myGH->requests = (ioRequest **) calloc (numvars, sizeof (ioRequest *));
myGH->out_last = (int *) malloc (numvars * sizeof (int));
+
myGH->advertised_filename = NULL;
+ myGH->out_vars = strdup ("");
+ myGH->out_every_default = out_every - 1;
for (i = 0; i < numvars; i++)
{