aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
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 5edf70a..d707288 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -97,7 +97,7 @@ typedef struct
{
int is_IEEEIO_file; /* flag indicating valid file info */
IOFile fid; /* IEEEIO file handle */
- char filename[1024]; /* complete file name for recovery */
+ char *filename; /* complete file name for recovery */
CCTK_INT nprocs; /* number of total processors */
CCTK_INT ioproc; /* the associated IO processor */
CCTK_INT ioproc_every; /* how many IO processors there are */