Skip to content

Commit

Permalink
corrects negation
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 c130917 commit f1d20e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_gather.c
Expand Up @@ -1292,7 +1292,7 @@ static REF_STATUS ref_gather_node_bamg_met(REF_GRID ref_grid, FILE *file) {
REF_INT local, n, i, im;
REF_STATUS status;

RAS(!ref_grid_twod(ref_grid), "only implemented for twod mesh");
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);
Expand Down

0 comments on commit f1d20e1

Please sign in to comment.