rename USER-DPD to DPD-REACT

This commit is contained in:
Axel Kohlmeyer
2021-06-29 19:41:23 -04:00
parent 6ceedb62be
commit 8e185a1a12
75 changed files with 41 additions and 41 deletions

View File

@ -135,7 +135,7 @@ TEST_F(LAMMPS_plain, TestStyles)
found = lmp->match_style("atom", "wavepacket");
EXPECT_STREQ(found, "USER-AWPMD");
found = lmp->match_style("atom", "dpd");
EXPECT_STREQ(found, "USER-DPD");
EXPECT_STREQ(found, "DPD-REACT");
found = lmp->match_style("atom", "edpd");
EXPECT_STREQ(found, "USER-MESODPD");
found = lmp->match_style("atom", "mdpd");