rename USER-SMD package to MACHDYN

This commit is contained in:
Axel Kohlmeyer
2021-06-29 17:18:35 -04:00
parent 8bf6805e1d
commit c085e55695
148 changed files with 164 additions and 164 deletions

View File

@ -145,7 +145,7 @@ TEST_F(LAMMPS_plain, TestStyles)
found = lmp->match_style("atom", "spin");
EXPECT_STREQ(found, "SPIN");
found = lmp->match_style("atom", "smd");
EXPECT_STREQ(found, "USER-SMD");
EXPECT_STREQ(found, "MACHDYN");
found = lmp->match_style("atom", "sph");
EXPECT_STREQ(found, "USER-SPH");
found = lmp->match_style("atom", "i_don't_exist");