debugging merged version

This commit is contained in:
Steve Plimpton
2021-08-18 13:07:49 -06:00
parent e5a194d8d4
commit cf25a586bd
3 changed files with 24 additions and 17 deletions

View File

@ -1554,6 +1554,8 @@ int DumpCustom::parse_fields(int narg, char **arg)
n = atom->find_custom(name,flag,cols);
printf("NAME %s\n",name);
if (n < 0)
error->all(FLERR,"Could not find custom per-atom property ID: {}", name);
if (argindex[iarg] == 0) {