set variant flag in USER-INTEL (AI)REBO(-M) styles

This commit is contained in:
Axel Kohlmeyer 2019-05-04 20:53:43 -04:00
parent fd3eade6d2
commit c28cf9f742
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 6 additions and 2 deletions

View File

@ -23,7 +23,9 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairAIREBOMorseIntel::PairAIREBOMorseIntel(LAMMPS *lmp)
: PairAIREBOIntel(lmp) {}
: PairAIREBOIntel(lmp) {
variant = AIREBO_M;
}
/* ----------------------------------------------------------------------
global settings

View File

@ -22,7 +22,9 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairREBOIntel::PairREBOIntel(LAMMPS *lmp) : PairAIREBOIntel(lmp) {}
PairREBOIntel::PairREBOIntel(LAMMPS *lmp) : PairAIREBOIntel(lmp) {
variant = REBO_2;
}
/* ----------------------------------------------------------------------
global settings