Skip to content

Commit

Permalink
Change length of character variable "mosaic_name" in "make_solo_mosai…
Browse files Browse the repository at this point in the history
…c.c" (#824)

Revert to length before commit 6af8f1a. Current length has caused problems for some users.

Fixes #823
  • Loading branch information
GeorgeGayno-NOAA authored May 12, 2023
1 parent 72a0471 commit 4d2768c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main (int argc, char *argv[])
int contact_tile1_jstart[MAXCONTACT], contact_tile1_jend[MAXCONTACT];
int contact_tile2_istart[MAXCONTACT], contact_tile2_iend[MAXCONTACT];
int contact_tile2_jstart[MAXCONTACT], contact_tile2_jend[MAXCONTACT];
char mosaic_name[128] = "solo_mosaic";
char mosaic_name[STRING] = "solo_mosaic";
char grid_descriptor[128] = "";
int c, i, n, m, l, errflg;

Expand Down

0 comments on commit 4d2768c

Please sign in to comment.