replace more uses of XXXINT_FORMAT with fmtlib
This commit is contained in:
@ -487,7 +487,7 @@ void FixAveCorrelate::end_of_step()
|
||||
if (fp && me == 0) {
|
||||
clearerr(fp);
|
||||
if (overwrite) platform::fseek(fp,filepos);
|
||||
fprintf(fp,BIGINT_FORMAT " %d\n",ntimestep,nrepeat);
|
||||
fmt::print(fp,"{} {}\n",ntimestep,nrepeat);
|
||||
for (i = 0; i < nrepeat; i++) {
|
||||
fprintf(fp,"%d %d %d",i+1,i*nevery,count[i]);
|
||||
if (count[i])
|
||||
|
||||
Reference in New Issue
Block a user