whitespace cleanup

This commit is contained in:
Axel Kohlmeyer
2018-06-18 17:54:04 -04:00
parent 83ae0ad26f
commit da5931d65d
20 changed files with 450 additions and 449 deletions

View File

@ -507,6 +507,7 @@ AtomVec *Atom::new_avec(const char *style, int trysuffix, int &sflag)
AtomVecCreator avec_creator = (*avec_map)[style];
return avec_creator(lmp);
}
error->all(FLERR,"Unknown atom style");
return NULL;
}