git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14474 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -130,6 +130,13 @@ void Force::init()
|
||||
if (improper) improper->init();
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void Force::setup()
|
||||
{
|
||||
if (pair) pair->setup();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
create a pair style, called from input script or restart file
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user