replace fmt::print() with utils::print()
This commit is contained in:
@ -902,7 +902,7 @@ void FixAveChunk::end_of_step()
|
||||
if (overwrite) (void) platform::fseek(fp,filepos);
|
||||
double count = 0.0;
|
||||
for (m = 0; m < nchunk; m++) count += count_total[m];
|
||||
fmt::print(fp,"{} {} {}\n",ntimestep,nchunk,count);
|
||||
utils::print(fp,"{} {} {}\n",ntimestep,nchunk,count);
|
||||
|
||||
int compress = cchunk->compress;
|
||||
int *chunkID = cchunk->chunkID;
|
||||
|
||||
Reference in New Issue
Block a user