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

@ -184,7 +184,7 @@ void FixHalt::end_of_step()
// print message with ID of fix halt in case multiple instances
char str[128];
sprintf(str,"Fix halt %s condition met on step %ld with value %g",
sprintf(str,"Fix halt %s condition met on step " BIGINT_FORMAT " with value %g",
id,update->ntimestep,attvalue);
if (eflag == HARD) {