multi-data-file support for bond, angles, diheddral, impropers
This commit is contained in:
@ -186,7 +186,7 @@ void WriteData::write(const std::string &file)
|
||||
|
||||
if (me == 0) {
|
||||
header();
|
||||
atom->lmap->write_data(fp); // NOTE: always write for now, for testing
|
||||
if (atom->labelmapflag) atom->lmap->write_data(fp);
|
||||
type_arrays();
|
||||
if (coeffflag) force_fields();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user