Fix misc. warnings (#1076)

This commit is contained in:
Daniel Schwen
2018-08-24 13:09:36 -06:00
parent 92a4dc25b1
commit 38a998c03c
28 changed files with 63 additions and 95 deletions

View File

@ -149,7 +149,7 @@ void FixSMD_TLSPH_ReferenceConfiguration::pre_exchange() {
if (updateFlag > 0) {
if (comm->me == 0) {
printf("**** updating ref config at step: %ld\n", update->ntimestep);
printf("**** updating ref config at step: " BIGINT_FORMAT "\n", update->ntimestep);
}
for (i = 0; i < nlocal; i++) {