begin unfeaturing multiple label maps feature
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user