update defines from -DLMP_USER-<PKG> to -DLMP_<PKG> for consistency

This commit is contained in:
Axel Kohlmeyer
2021-08-06 14:07:43 -04:00
parent 93465f98d8
commit e29bd3d157
16 changed files with 27 additions and 27 deletions

View File

@ -798,7 +798,7 @@ void LAMMPS::create()
else neighbor = new Neighbor(this);
if (kokkos) domain = new DomainKokkos(this);
#ifdef LMP_USER_OMP
#ifdef LMP_OPENMP
else domain = new DomainOMP(this);
#else
else domain = new Domain(this);