Add missing verbose after merge

This commit is contained in:
Richard Berger
2021-03-25 21:01:32 -04:00
parent 439bc4bb8e
commit 029db1413e

View File

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