relax a requirement

relax requirement that all labels for all interactions must be defined
This commit is contained in:
jrgissing
2021-03-20 22:58:52 -04:00
parent ffa46ad951
commit e21c63192a
6 changed files with 98 additions and 60 deletions

View File

@ -48,7 +48,7 @@ class LabelMap : protected Pointers {
int find_or_create(std::string, std::vector<std::string> &, int); // look up type or create new type
int find(std::string, int); // find numeric type of type label
int search(std::string, std::vector<std::string>, int); // look up type index
int is_complete(); // check if all types are assigned
int is_complete(int); // check if all types are assigned
// input/output for atom class label map