silence compiler warning

This commit is contained in:
Axel Kohlmeyer
2021-01-16 15:38:55 -05:00
parent 7c3cd30ef7
commit 847ad67fb6

View File

@ -30,7 +30,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairEAMHE::PairEAMHE(LAMMPS *lmp) : PairEAMFS(lmp), PairEAM(lmp)
PairEAMHE::PairEAMHE(LAMMPS *lmp) : PairEAM(lmp), PairEAMFS(lmp)
{
he_flag = 1;
}