replace more uses of XXXINT_FORMAT with fmtlib
This commit is contained in:
@ -123,7 +123,7 @@ void DumpCFG::write_header(bigint n)
|
||||
if (atom->peri_flag) scale = atom->pdscale;
|
||||
else if (unwrapflag == 1) scale = UNWRAPEXPAND;
|
||||
|
||||
fprintf(fp,"Number of particles = " BIGINT_FORMAT "\n", n);
|
||||
fmt::print(fp,"Number of particles = {}\n", n);
|
||||
fprintf(fp,"A = %g Angstrom (basic length-scale)\n",scale);
|
||||
fprintf(fp,"H0(1,1) = %g A\n",domain->xprd);
|
||||
fprintf(fp,"H0(1,2) = 0 A \n");
|
||||
|
||||
Reference in New Issue
Block a user