assume type labels begin with letter

This commit is contained in:
Jacob Gissinger
2021-01-19 22:56:06 -05:00
parent 739dc46fab
commit a0c4fac428
4 changed files with 27 additions and 17 deletions

View File

@ -1560,6 +1560,7 @@ void Input::labelmap()
{
if (domain->box_exist == 0)
error->all(FLERR,"Labelmap command before simulation box is defined");
if (!atom->labelmapflag) atom->add_label_map();
atom->lmap->modify_lmap(narg,arg);
}