replace fmt::print() with utils::print()
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user