Skip to content

Commit

Permalink
compiles on Mac clang and quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Apr 22, 2021
1 parent 8dfa01e commit 2c491b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ref_part.c
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@ static REF_STATUS ref_part_scalar_snap(REF_NODE ref_node, REF_INT *ldim,
unsigned long field_length, uint_nnode;
int association;
REF_INT field;
REF_BOOL verbose = REF_TRUE;
REF_BOOL verbose = REF_FALSE;

nnode = -1;
next_position = -1;
Expand All @@ -2397,8 +2397,6 @@ static REF_STATUS ref_part_scalar_snap(REF_NODE ref_node, REF_INT *ldim,

REIS(1, fread(&number_of_fields, sizeof(number_of_fields), 1, file),
"number");
if (verbose)
printf("version %lu fields %lu\n", version_number, number_of_fields);
*ldim = (REF_INT)number_of_fields;
}
RSS(ref_mpi_bcast(ref_node_mpi(ref_node), &version, 1, REF_INT_TYPE),
Expand Down

0 comments on commit 2c491b0

Please sign in to comment.