This commit is contained in:
iafoss
2020-05-19 23:19:49 -04:00
parent ed43c1e22b
commit bddd6d5e84
8 changed files with 67 additions and 31 deletions

View File

@ -376,6 +376,7 @@ ComputePropertyAtom::ComputePropertyAtom(LAMMPS *lmp, int narg, char **arg) :
"vector does not exist");
pack_choice[i] = &ComputePropertyAtom::pack_dname;
}
else if (strcmp(arg[iarg],"buckling") == 0) {
if (!atom->mesont_flag)
error->all(FLERR,"Compute property/atom for "