aboutsummaryrefslogtreecommitdiff
path: root/src/ioASCIIGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioASCIIGH.h')
-rw-r--r--src/ioASCIIGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioASCIIGH.h b/src/ioASCIIGH.h
index 6a60458..74bb44f 100644
--- a/src/ioASCIIGH.h
+++ b/src/ioASCIIGH.h
@@ -29,7 +29,7 @@ typedef struct IOASCIIGH
char *out1D_vars, *out2D_vars, *out3D_vars;
/* directories in which to output */
- char *outdir1D, *outdir2D, *outdir3D;
+ char *out1D_dir, *out2D_dir, *out3D_dir;
/* the last iteration output for var [i] */
int *out1D_last, *out2D_last, *out3D_last;