Skip to content

Commit

Permalink
Merge pull request #364 from scottaiton/fix_global_new
Browse files Browse the repository at this point in the history
Fix global_new
  • Loading branch information
scottaiton authored Oct 27, 2024
2 parents a9d0b55 + 0c62656 commit 1e6eba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fclaw_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fclaw_global_t* global_new (void)
glob = FCLAW_ALLOC (fclaw_global_t, 1);

/* these variables need to be set after calling this function */
glob->domain = NULL;
glob->mpicomm = sc_MPI_COMM_NULL;
glob->mpisize = 0;
glob->mpirank = -1;
Expand Down

0 comments on commit 1e6eba4

Please sign in to comment.