From a8f2ed839ce28cdcd3ae1d41bd3bd47adec72747 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 1 Apr 2014 16:47:01 +0200 Subject: [PATCH] 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. --- src/read_data.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/read_data.cpp b/src/read_data.cpp index 9d2f82ccb6..2b925b8a5b 100644 --- a/src/read_data.cpp +++ b/src/read_data.cpp @@ -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