valid numeric type strings can include *

This commit is contained in:
Jacob Gissinger
2021-01-26 22:55:19 -05:00
parent 5d2e3b3ecb
commit 0b4256e67a
2 changed files with 7 additions and 2 deletions

View File

@ -219,6 +219,8 @@ int LabelMap::find(std::string mylabel, int mode)
if (mode == IMPROPER)
return search(mylabel,itypelabel,nimpropertypes);
return -1;
}
/* ----------------------------------------------------------------------