Skip to content

Commit

Permalink
formats uint64_t
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 53d711c commit b1f02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_part.c
Expand Up @@ -2398,7 +2398,7 @@ 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 %llu fields %llu\n", version_number, number_of_fields);
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 b1f02ec

Please sign in to comment.