update keywords according to docs

This commit is contained in:
jrgissing
2021-11-20 16:51:57 -05:00
parent 20f80dcb46
commit 78cc471335
2 changed files with 2 additions and 2 deletions

View File

@ -1574,7 +1574,7 @@ void Input::labelmap()
int ilmap = 0;
std::string mapid;
for (int i = 1; i < narg; i++) {
if (strcmp(arg[i],"map/assign") == 0) {
if (strcmp(arg[i],"mapID") == 0) {
mapid = arg[i+1];
ilmap = atom->find_labelmap(mapid);
if (ilmap == -1) ilmap = atom->add_label_map(mapid);