Skip to content

Commit c73e4c7

Browse files
committed
Increased buffer size for gf location and times files.
1 parent 8647737 commit c73e4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bbp/src/gp/JordanBailey/structure.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ struct gfparam
146146
int use_depdir;
147147
int nc;
148148
char gftype[16];
149-
char gflocs[128];
150-
char gftimes[128];
149+
char gflocs[1024];
150+
char gftimes[1024];
151151
float rtol;
152152
int ngfr;
153153
int ngfd;

0 commit comments

Comments
 (0)