aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authorlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-08-01 19:01:00 +0000
committerlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-08-01 19:01:00 +0000
commit4b25e98415938d02f6ab5738c4842ac74fa5f6d4 (patch)
tree11c80dbd94de47a0f786caa7fa5ea546ee6bd14f /src/GHExtension.c
parent2131180644740cc1e36a2ca0cd9fca479077c960 (diff)
steerable Hyperslab capabilities for Streamed HDF5
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@11 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 9912b0f..b64386e 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -34,6 +34,7 @@ void *StreamedHDF5_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH
newGH = (StreamedHDF5GH *) malloc (sizeof (StreamedHDF5GH));
newGH->do_output = (char *) malloc (numvars * sizeof (char));
+ newGH->geo_output = (StreamGeo_t*) malloc (numvars * sizeof (StreamGeo_t));
newGH->out_last = (int *) malloc (numvars * sizeof (int));
/* save the original error printing routine and its argument */