Merge pull request #1321 from akohlmey/collected-small-fixes
Collected small fixes for the next patch release
This commit is contained in:
@ -401,9 +401,9 @@ double PairPython::init_one(int, int)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
double PairPython::single(int i, int j, int itype, int jtype, double rsq,
|
||||
double factor_coul, double factor_lj,
|
||||
double &fforce)
|
||||
double PairPython::single(int /* i */, int /* j */, int itype, int jtype,
|
||||
double rsq, double /* factor_coul */,
|
||||
double factor_lj, double &fforce)
|
||||
{
|
||||
// with hybrid/overlay we might get called for skipped types
|
||||
if (skip_types[itype] || skip_types[jtype]) {
|
||||
|
||||
Reference in New Issue
Block a user