remove redundant code in read_data for extra properties

the same change was applied a few lines above this location
in the upstream version and thus this is no longer needed.
This commit is contained in:
Axel Kohlmeyer
2014-04-01 16:47:01 +02:00
parent ce73977732
commit a8f2ed839c

View File

@ -227,10 +227,6 @@ void ReadData::command(int narg, char **arg)
domain->set_global_box();
comm->set_proc_grid();
domain->set_local_box();
atom->bond_per_atom = atom->extra_bond_per_atom;
atom->angle_per_atom = atom->extra_angle_per_atom;
atom->dihedral_per_atom = atom->extra_dihedral_per_atom;
atom->improper_per_atom = atom->extra_improper_per_atom;
}
// customize for new sections