git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13126 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -54,10 +54,6 @@ colvar::angle::angle()
|
||||
|
||||
void colvar::angle::calc_value()
|
||||
{
|
||||
group1.read_positions();
|
||||
group2.read_positions();
|
||||
group3.read_positions();
|
||||
|
||||
cvm::atom_pos const g1_pos = group1.center_of_mass();
|
||||
cvm::atom_pos const g2_pos = group2.center_of_mass();
|
||||
cvm::atom_pos const g3_pos = group3.center_of_mass();
|
||||
@ -215,11 +211,6 @@ colvar::dihedral::dihedral()
|
||||
|
||||
void colvar::dihedral::calc_value()
|
||||
{
|
||||
group1.read_positions();
|
||||
group2.read_positions();
|
||||
group3.read_positions();
|
||||
group4.read_positions();
|
||||
|
||||
cvm::atom_pos const g1_pos = group1.center_of_mass();
|
||||
cvm::atom_pos const g2_pos = group2.center_of_mass();
|
||||
cvm::atom_pos const g3_pos = group3.center_of_mass();
|
||||
|
||||
Reference in New Issue
Block a user