change math const from M_ to MY_ using math_const.h
This commit is contained in:
@ -29,6 +29,7 @@ namespace MathConst {
|
||||
static constexpr double MY_ISPI4 = 1.12837916709551257389; // 1/sqrt(pi/4)
|
||||
static constexpr double MY_SQRT2 = 1.41421356237309504880; // sqrt(2)
|
||||
static constexpr double MY_CUBEROOT2 = 1.25992104989487316476; // 2*(1/3)
|
||||
static constexpr double MY_SQRT1_2 = 0.707106781186547524401; // 1/sqrt(2)
|
||||
} // namespace MathConst
|
||||
|
||||
} // namespace LAMMPS_NS
|
||||
|
||||
Reference in New Issue
Block a user