Skip to content

Commit

Permalink
improves format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed May 25, 2021
1 parent 9bc2f04 commit 98ade85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_subcommand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ static REF_STATUS locichem_field_scalar(REF_GRID ref_grid, REF_INT ldim,
REF_BOOL recognized = REF_FALSE;

RSS(ref_validation_finite(ref_grid, ldim, initial_field), "init field");
if (ref_mpi_once(ref_mpi)) printf("compute %s\n", interpolant);
if (ref_mpi_once(ref_mpi)) printf("extract %s\n", interpolant);
if (0 == strcmp(interpolant, "mach")) {
recognized = REF_TRUE;
each_ref_node_valid_node(ref_grid_node(ref_grid), node) {
Expand Down

0 comments on commit 98ade85

Please sign in to comment.