constant was denormal. increase to become normal

This commit is contained in:
Axel Kohlmeyer
2025-01-18 11:37:20 -05:00
parent 23c63511f0
commit 7b994801b5
2 changed files with 2 additions and 2 deletions

View File

@ -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;
/* ---------------------------------------------------------------------- */

View File

@ -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;
/* ---------------------------------------------------------------------- */