make pair style `meam` an alias of `meam/c`

This commit is contained in:
Axel Kohlmeyer 2018-12-10 12:12:29 -05:00
parent a9c3b8aca0
commit 1de2f5fc01
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifdef PAIR_CLASS
PairStyle(meam/c,PairMEAMC)
PairStyle(meam,PairMEAMC)
#else