aboutsummaryrefslogtreecommitdiff
path: root/src/Write2D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Write2D.c')
-rw-r--r--src/Write2D.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Write2D.c b/src/Write2D.c
index 0dd3099..3a5e489 100644
--- a/src/Write2D.c
+++ b/src/Write2D.c
@@ -76,7 +76,7 @@ static FILE **OpenFile (const cGH *GH,
int maxdir);
static void WriteData (int vtype,
const char *header,
- char format[3][30],
+ char format[3][64],
const CCTK_INT hsize[2],
void *const *const hdata,
FILE *file);
@@ -130,7 +130,7 @@ int IOASCII_Write2D (const cGH *GH, int vindex, const char *alias)
int coord_index[3];
CCTK_REAL coord_lower[3];
char coord_system[20];
- char format[3][30];
+ char format[3][64];
char header[40], buffer[30];
char *fullname;
int extent_int[3];
@@ -505,7 +505,7 @@ static FILE **OpenFile (const cGH *GH,
@@*/
static void WriteData (int vtype,
const char *header,
- char format[3][30],
+ char format[3][64],
const CCTK_INT hsize[2],
void *const *const hdata,
FILE *file)