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

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