define EPSILON consistently as static constexp

This commit is contained in:
Axel Kohlmeyer
2024-07-29 11:57:46 -04:00
parent eeaa1eadeb
commit d84b12ea63
3 changed files with 3 additions and 3 deletions

View File

@ -314,7 +314,7 @@ TEST_F(GroupTest, Dynamic)
command("group ramp variable grow"););
}
constexpr double EPSILON = 1.0e-13;
static constexpr double EPSILON = 1.0e-13;
TEST_F(GroupTest, VariableFunctions)
{