fix recenter test skipped for respa

This commit is contained in:
alphataubio
2024-10-03 18:45:52 -04:00
parent 70dad28481
commit 13ceebe82c

View File

@ -430,7 +430,8 @@ TEST(FixTimestep, plain)
// fix nve/limit cannot work with r-RESPA
ifix = lmp->modify->get_fix_by_id("test");
if (ifix && !utils::strmatch(ifix->style, "^rigid") &&
!utils::strmatch(ifix->style, "^nve/limit")) {
!utils::strmatch(ifix->style, "^nve/limit") &&
!utils::strmatch(ifix->style, "^recenter")) {
if (!verbose) ::testing::internal::CaptureStdout();
cleanup_lammps(lmp, test_config);
if (!verbose) ::testing::internal::GetCapturedStdout();