Use varargs version of Error:all() and Error::one() where applicable
This commit is contained in:
@ -285,8 +285,8 @@ void FixShakeKokkos<DeviceType>::pre_neighbor()
|
||||
nlist = h_nlist();
|
||||
|
||||
if (h_error_flag() == 1) {
|
||||
error->one(FLERR,fmt::format("Shake atoms missing on proc "
|
||||
"{} at step {}",me,update->ntimestep));
|
||||
error->one(FLERR,"Shake atoms missing on proc "
|
||||
"{} at step {}",me,update->ntimestep);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user