toward multiple maps

This commit is contained in:
Jacob Gissinger
2021-01-28 23:44:02 -05:00
parent add904ea4e
commit 797555b5ce
11 changed files with 85 additions and 63 deletions

View File

@ -523,7 +523,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->lmap->write_restart(fp);
atom->lmaps[0]->write_restart(fp);
}
// -1 flag signals end of type arrays