git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14475 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -605,6 +605,15 @@ double PairHybrid::init_one(int i, int j)
|
||||
return cutmax;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
invoke setup for each sub-style
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void PairHybrid::setup()
|
||||
{
|
||||
for (int m = 0; m < nstyles; m++) styles[m]->setup();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
combine sub-style neigh list requests and create new ones if needed
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user