expand error message requiring a reax/c derived pair style

This commit is contained in:
Axel Kohlmeyer
2017-06-09 11:42:35 -04:00
parent c160d0cd5e
commit 64e8000720

View File

@ -300,7 +300,7 @@ void FixReaxCSpecies::init()
reaxc = (PairReaxC *) force->pair_match("reax/c",0);
if (reaxc == NULL) error->all(FLERR,"Cannot use fix reax/c/species without "
"pair_style reax/c");
"pair_style reax/c, reax/c/kk, or reax/c/omp");
reaxc->fixspecies_flag = 1;