Merge branch 'master' into ScaFaCoS

This commit is contained in:
Richard Berger
2018-09-04 21:35:46 -04:00
730 changed files with 24971 additions and 1469 deletions

View File

@ -30,7 +30,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
KSpace::KSpace(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
KSpace::KSpace(LAMMPS *lmp, int /*narg*/, char **/*arg*/) : Pointers(lmp)
{
order_allocated = 0;
energy = 0.0;