fix typo ncite in test_improper_style.cpp

This commit is contained in:
Evangelos Voyiatzis
2025-02-14 09:09:10 +02:00
committed by GitHub
parent 2a35452c13
commit c83ae0365e

View File

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