preempt some read/write data file bugs
currently, require all type labels (for all interactions) to be defined, if any are, when reading data files
This commit is contained in:
@ -48,6 +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
|
||||
|
||||
// input/output for atom class label map
|
||||
|
||||
|
||||
Reference in New Issue
Block a user