From 42a3c754ec90182c25961bdd1431b7ccfd568cfe Mon Sep 17 00:00:00 2001 From: alphataubio Date: Tue, 4 Jun 2024 21:26:58 -0400 Subject: [PATCH] fixes --- unittest/force-styles/test_angle_style.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittest/force-styles/test_angle_style.cpp b/unittest/force-styles/test_angle_style.cpp index ec4e6541c2..422253defe 100644 --- a/unittest/force-styles/test_angle_style.cpp +++ b/unittest/force-styles/test_angle_style.cpp @@ -138,8 +138,10 @@ LAMMPS *init_lammps(LAMMPS::argv &args, const TestConfig &cfg, const bool newton } command("run 0 post no"); + command("variable write_data_pair index ii"); command("write_restart " + cfg.basename + ".restart"); command("write_data " + cfg.basename + ".data"); + command("write_data " + cfg.basename + ".data pair ${write_data_pair}"); command("write_coeff " + cfg.basename + "-coeffs.in"); return lmp;