aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 22:46:00 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 22:46:00 +0000
commit0d0f6983f1800c01c8553bc8e4be441342252b0b (patch)
treefea31440962f5a8d74c53b8f821804c919e8d415 /src/ioFlexGH.h
parentfa54b6d245abe8c84bb6e89ef30fd4f5cef66b29 (diff)
A lot of parameter name changes, especially for IO
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@27 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 3513476..add3ee2 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -87,7 +87,7 @@ typedef struct IOFlexIOGH {
IOFile *IEEEfile_3D;
/* reuse filehandles during IEEEIO */
- int reuse_fh;
+ int out3d_reuse_filehandles;
/* filename database for opened files */
pNamedData *filenameList2D;