Merge branch 'develop' into group-bitmap-accessor

This commit is contained in:
Axel Kohlmeyer
2024-07-30 20:30:37 -04:00
211 changed files with 5877 additions and 1352 deletions

View File

@ -349,7 +349,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)
{