git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5567 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -105,7 +105,6 @@ void Force::init()
|
||||
|
||||
if (kspace) kspace->init(); // kspace must come before pair
|
||||
if (pair) pair->init(); // so g_ewald is defined
|
||||
if (bond) bond->init();
|
||||
if (angle) angle->init();
|
||||
if (dihedral) dihedral->init();
|
||||
if (improper) improper->init();
|
||||
|
||||
Reference in New Issue
Block a user