This commit is contained in:
Axel Kohlmeyer
2022-03-29 11:54:34 -04:00
parent c28504961d
commit d9880273e3

View File

@ -634,7 +634,7 @@ void FixReaxFFSpecies::WriteFormulas(int Nmole, int Nspec)
}
fputs("\n", fp);
fmt::print(fp, "{} {:11} {11}\t", ntimestep, Nmole, Nspec);
fmt::print(fp, "{} {:11} {:11}\t", ntimestep, Nmole, Nspec);
for (i = 0; i < Nmoltype; i++) fprintf(fp, " %d\t", NMol[i]);
fprintf(fp, "\n");