force newton bond to be on since we don't support it to be off (yet)

This commit is contained in:
Axel Kohlmeyer
2021-03-30 17:19:28 -04:00
parent e22f9c4768
commit eea2f45a95

View File

@ -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");