aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authorlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-08-02 15:16:27 +0000
committerlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-08-02 15:16:27 +0000
commit0b15e3c9154396dde8258ec78e0086e492acb68e (patch)
tree7089dc8e949423f8abfba4e029ce775150373b41 /src/Write.c
parentc569da39709cd447ad646a8b3a3eb2e7fe75e11d (diff)
Regex broken for origin ?
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@16 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Write.c b/src/Write.c
index 0c0b373..db71f18 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -56,7 +56,6 @@ void StreamedHDF5_Write (cGH *GH, int index, const char *alias)
DECLARE_CCTK_PARAMETERS
int vtype;
int timelevel;
- ioGH *ioUtilGH;
StreamedHDF5GH *myGH;
hid_t fid, plist;
#if 0
@@ -86,7 +85,6 @@ void StreamedHDF5_Write (cGH *GH, int index, const char *alias)
}
/* Get the handles for IO and StreamedHDF5 extensions */
- ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];
myGH = (StreamedHDF5GH *) GH->extensions [CCTK_GHExtensionHandle ("StreamedHDF5")];
fid = -1;