This commit is contained in:
Axel Kohlmeyer 2019-07-19 11:31:45 -04:00
parent 1de00aaab0
commit d730ef5b19
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ void ReaderXYZ::read_atoms(int n, int nfield, double **fields)
++nid;
rv = sscanf(line,"%*s%lg%lg%lg", &myx, &myy, &myz);
if (rv != 3)
error->one("Dump file is incorrectly formatted");
error->one(FLERR,"Dump file is incorrectly formatted");
// XXX: we could insert an element2type translation here
// XXX: for now we flag unrecognized types as type 0,