From eea2f45a95d7c43df38df672a882933ae3e9e8ea Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 30 Mar 2021 17:19:28 -0400 Subject: [PATCH] force newton bond to be on since we don't support it to be off (yet) --- unittest/formats/test_atom_styles.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index 37d436a7a2..a08bddcba4 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -2711,7 +2711,7 @@ TEST_F(AtomStyleTest, template) command("write_data test_atom_styles.data"); command("clear"); command("units real"); - command("newton off"); + command("newton off on"); command("molecule twomols h2o.mol co2.mol offset 2 1 1 0 0"); command("atom_style template twomols"); command("pair_style zero 4.0"); @@ -3127,7 +3127,7 @@ TEST_F(AtomStyleTest, template_charge) command("write_data test_atom_styles.data"); command("clear"); command("units real"); - command("newton off"); + command("newton off on"); command("molecule twomols h2o.mol co2.mol offset 2 1 1 0 0"); command("atom_style hybrid template twomols charge"); command("pair_style zero 4.0");