use fmtlib to remove BIGINT_FORMAT

This commit is contained in:
Axel Kohlmeyer
2020-07-15 11:55:08 -04:00
parent aa82608142
commit b37b45c817
2 changed files with 3 additions and 2 deletions

View File

@ -515,7 +515,7 @@ void FixTTM::end_of_step()
total_nnodes,MPI_DOUBLE,MPI_SUM,world);
if (me == 0) {
fprintf(fp,BIGINT_FORMAT,update->ntimestep);
fmt::print(fp,"{}",update->ntimestep);
double T_a;
for (int ixnode = 0; ixnode < nxnodes; ixnode++)