This commit is contained in:
Axel Kohlmeyer
2023-01-30 00:08:51 -05:00
parent 4f0245d542
commit 4637072a26

View File

@ -54,7 +54,7 @@ extern bool verbose;
class LAMMPSTest : public ::testing::Test {
public:
void command(const std::string &line) { lmp->input->one(line.c_str()); }
void command(const std::string &line) { lmp->input->one(line); }
void BEGIN_HIDE_OUTPUT()
{