improvements from clang-tidy

This commit is contained in:
Axel Kohlmeyer
2023-12-19 23:37:07 -05:00
parent 3237c30117
commit dedbd8f6db
16 changed files with 33 additions and 46 deletions

View File

@ -234,7 +234,7 @@ TEST_F(LAMMPS_configuration, style_count)
{
Info info(lmp);
for (const auto &c : style_category)
EXPECT_EQ(f_lammps_style_count(c.c_str()), info.get_available_styles(c.c_str()).size());
EXPECT_EQ(f_lammps_style_count(c.c_str()), info.get_available_styles(c).size());
};
TEST_F(LAMMPS_configuration, style_name)