This commit is contained in:
Axel Kohlmeyer
2023-03-08 00:25:08 -05:00
parent fc8a048662
commit 4220944ace
2 changed files with 2 additions and 3 deletions

View File

@ -691,8 +691,8 @@ TEST(AngleStyle, extract)
}
auto angle = lmp->force->angle;
void *ptr = nullptr;
int dim = 0;
void *ptr = nullptr;
int dim = 0;
for (auto extract : test_config.extract) {
ptr = angle->extract(extract.first.c_str(), dim);
EXPECT_NE(ptr, nullptr);