constant was denormal. increase to become normal
This commit is contained in:
@ -29,7 +29,7 @@ using namespace LAMMPS_NS;
|
||||
using namespace MathConst;
|
||||
|
||||
static constexpr double SMALL = 0.001;
|
||||
static constexpr double SMALLG = 2.0e-308;
|
||||
static constexpr double SMALLG = 2.3e-308;
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
using namespace LAMMPS_NS;
|
||||
using namespace MathConst;
|
||||
|
||||
static constexpr double SMALL = 2.0e-308;
|
||||
static constexpr double SMALL = 2.3e-308;
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user