aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 05bc401..d93d3af 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -197,7 +197,7 @@ static void *SetupGH (tFleshConfig *config, int conv_level, cGH *GH)
/* allocate a new GH extension structure */
numvars = CCTK_NumVars ();
myGH = (ioStreamedHDF5GH *) malloc (sizeof (ioStreamedHDF5GH));
- myGH->slablist = (ioSlab **) calloc (numvars, sizeof (ioSlab *));
+ myGH->requests = (ioRequest **) calloc (numvars, sizeof (ioRequest *));
myGH->out_last = (int *) malloc (numvars * sizeof (int));
myGH->advertised_filename = NULL;