flag error if using INTEL package kspace styles with run style verlet/split
This commit is contained in:
@ -551,6 +551,9 @@ void FixIntel::kspace_init_check()
|
||||
|
||||
if (intel_pair == 0)
|
||||
error->all(FLERR,"Intel styles for kspace require intel pair style.");
|
||||
|
||||
if (utils::strmatch(update->integrate_style, "^verlet/split"))
|
||||
error->all(FLERR,"Intel styles for kspace are not compatible with run_style verlet/split");
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user