From c83ae0365e366fe5ae89696490bebc1a440c3626 Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Fri, 14 Feb 2025 09:09:10 +0200 Subject: [PATCH] fix typo ncite in test_improper_style.cpp --- unittest/force-styles/test_improper_style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/force-styles/test_improper_style.cpp b/unittest/force-styles/test_improper_style.cpp index 096c130235..4a8c3d5106 100644 --- a/unittest/force-styles/test_improper_style.cpp +++ b/unittest/force-styles/test_improper_style.cpp @@ -725,7 +725,7 @@ TEST(ImproperStyle, extract) { if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP(); - LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-ncite"}; + LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-nocite"}; if (!verbose) ::testing::internal::CaptureStdout(); LAMMPS *lmp = nullptr;