add error location propagation to atom->set_mass() and atom->check_mass()
This commit is contained in:
@ -60,7 +60,7 @@ void Velocity::command(int narg, char **arg)
|
||||
|
||||
// atom masses must all be set
|
||||
|
||||
atom->check_mass();
|
||||
atom->check_mass(FLERR);
|
||||
|
||||
// identify group
|
||||
|
||||
|
||||
Reference in New Issue
Block a user