diff --git a/unittest/python/test_python_package.cpp b/unittest/python/test_python_package.cpp index 5a36112781..c240d23875 100644 --- a/unittest/python/test_python_package.cpp +++ b/unittest/python/test_python_package.cpp @@ -33,6 +33,7 @@ std::string INPUT_FOLDER = STRINGIFY(TEST_INPUT_FOLDER); const char * LOREM_IPSUM = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent metus."; +bool verbose = false; using LAMMPS_NS::utils::split_words;