begin unfeaturing multiple label maps feature

This commit is contained in:
Jacob Gissinger
2022-08-09 01:01:31 -04:00
parent 8c8084a027
commit 363b80f85c
10 changed files with 49 additions and 86 deletions

View File

@ -526,7 +526,7 @@ void WriteRestart::type_arrays()
if (atom->mass) write_double_vec(MASS,atom->ntypes,&atom->mass[1]);
if (atom->labelmapflag) {
write_int(LABELMAP,atom->labelmapflag);
atom->lmaps[0]->write_restart(fp);
atom->lmap->write_restart(fp);
}
// -1 flag signals end of type arrays