even more define to static constexpr conversions
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
#define MYHUGE 1.0e30
|
||||
static constexpr double MYHUGE = 1.0e30;
|
||||
static constexpr double TINY = 1.0e-6;
|
||||
static constexpr int DELTA = 16384;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user