This commit is contained in:
Axel Kohlmeyer
2020-09-28 12:52:32 -04:00
parent 5e110fe707
commit 25bda86ad0

View File

@ -38,7 +38,7 @@
# define LAMMPS_OMP_COMPAT 4
# endif
# elif defined(__GNUC__)
# if __GNUC__ >= 0
# if __GNUC__ >= 9
# define LAMMPS_OMP_COMPAT 4
# endif
# endif