clarified doc pages for fix property/atom and read_data

This commit is contained in:
Steve Plimpton
2021-08-19 11:34:25 -06:00
parent 1c67561be8
commit 9470a0eeb6
5 changed files with 41 additions and 40 deletions

View File

@ -1551,8 +1551,6 @@ 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) {