flag that MESSAGE package is not compatible with -DLAMMPS_BIGBIG

This commit is contained in:
Axel Kohlmeyer
2019-10-19 09:50:07 -04:00
parent e057ae186f
commit f4fcd2a911
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,10 @@
#include <stdint.h>
#if defined(LAMMPS_BIGBIG)
#error CSlib is not compatible with -DLAMMPS_BIGBIG
#endif
namespace CSLIB_NS {
class CSlib {