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

@ -197,7 +197,7 @@ void WriteData::write(const std::string &file)
if (me == 0) {
header();
if (lmapflag && atom->labelmapflag) atom->lmaps[0]->write_data(fp);
if (lmapflag && atom->labelmapflag) atom->lmap->write_data(fp);
type_arrays();
if (coeffflag) force_fields();
}