add check for required atom properties to USER-SDPD

This commit is contained in:
Axel Kohlmeyer
2020-02-25 14:08:55 +01:00
parent 7434267f57
commit bf62646977
3 changed files with 20 additions and 2 deletions

View File

@ -175,6 +175,8 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
spin_flag = eradius_flag = ervel_flag = erforce_flag = ervelforce_flag = 0;
cs_flag = csforce_flag = vforce_flag = etag_flag = 0;
// USER-SPH, USER-MESO, and USER-DPD flags
rho_flag = e_flag = cv_flag = vest_flag = 0;
dpd_flag = edpd_flag = tdpd_flag = 0;