finish rolling back multiple maps feature

This commit is contained in:
Jacob Gissinger
2022-08-09 11:32:29 -04:00
parent 363b80f85c
commit eb4ce25f03
4 changed files with 2 additions and 18 deletions

View File

@ -23,7 +23,6 @@ namespace LAMMPS_NS {
class LabelMap : protected Pointers {
public:
int natomtypes,nbondtypes,nangletypes,ndihedraltypes,nimpropertypes;
std::string id;
std::vector<std::string> typelabel,btypelabel,atypelabel;
std::vector<std::string> dtypelabel,itypelabel;
std::unordered_map<std::string, int> typelabel_map;