remove obsoleted comment
This commit is contained in:
@ -518,11 +518,9 @@ TEST(FixTimestep, plain)
|
|||||||
|
|
||||||
// rigid fixes need work to test properly with r-RESPA.
|
// rigid fixes need work to test properly with r-RESPA.
|
||||||
// fix nve/limit cannot work with r-RESPA
|
// fix nve/limit cannot work with r-RESPA
|
||||||
// fix python/move implementation is missing library interface access to Repsa::step
|
|
||||||
ifix = lmp->modify->find_fix("test");
|
ifix = lmp->modify->find_fix("test");
|
||||||
if (!utils::strmatch(lmp->modify->fix[ifix]->style, "^rigid") &&
|
if (!utils::strmatch(lmp->modify->fix[ifix]->style, "^rigid") &&
|
||||||
!utils::strmatch(lmp->modify->fix[ifix]->style, "^nve/limit")
|
!utils::strmatch(lmp->modify->fix[ifix]->style, "^nve/limit")) {
|
||||||
) {
|
|
||||||
|
|
||||||
if (!verbose) ::testing::internal::CaptureStdout();
|
if (!verbose) ::testing::internal::CaptureStdout();
|
||||||
cleanup_lammps(lmp, test_config);
|
cleanup_lammps(lmp, test_config);
|
||||||
|
|||||||
Reference in New Issue
Block a user