Skip to content

Commit

Permalink
adds first line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed May 4, 2021
1 parent f1d20e1 commit 33f3444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_gather.c
Expand Up @@ -1295,7 +1295,7 @@ static REF_STATUS ref_gather_node_bamg_met(REF_GRID ref_grid, FILE *file) {
RAS(ref_grid_twod(ref_grid), "only implemented for twod mesh");

if (ref_mpi_once(ref_mpi)) {
printf("%ld %d", (long)ref_node_n_global(ref_node), 3);
fprintf(file, "%ld %d\n", (long)ref_node_n_global(ref_node), 3);
}

chunk = (REF_INT)(ref_node_n_global(ref_node) / ref_mpi_n(ref_mpi) + 1);
Expand Down

0 comments on commit 33f3444

Please sign in to comment.