replace fmt::print() with utils::print()

This commit is contained in:
Axel Kohlmeyer
2025-01-23 00:11:31 -05:00
parent 8baec60155
commit e4dbfee498
69 changed files with 397 additions and 397 deletions

View File

@ -95,7 +95,7 @@ void Verlet::setup(int flag)
if (comm->me == 0 && screen) {
fputs("Setting up Verlet run ...\n",screen);
if (flag) {
fmt::print(screen," Unit style : {}\n"
utils::print(screen," Unit style : {}\n"
" Current step : {}\n"
" Time step : {}\n",
update->unit_style,update->ntimestep,update->dt);