Commit da9f6321 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

rephrase error message, remove trailing whitespace

parent e8b8428f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -698,7 +698,7 @@ int ReadDump::fields_and_keywords(int narg, char **arg)
  if (purgeflag && (replaceflag || trimflag))
    error->all(FLERR,"If read_dump purges it cannot replace or trim");
  if (addflag == KEEPADD && atom->tag_enable == 0)
    error->all(FLERR,"Read_dump cannot add keep with atom IDs disabled");
    error->all(FLERR,"Read_dump cannot use 'add keep' without atom IDs");

  return narg-iarg;
}