simplify and apply clang-format

This commit is contained in:
Axel Kohlmeyer
2021-03-24 11:24:55 -04:00
parent b6a030532d
commit 487c55edf0
21 changed files with 983 additions and 1016 deletions

View File

@ -102,9 +102,6 @@ class AtomStyleTest : public ::testing::Test {
protected:
LAMMPS *lmp;
// convenience...
void command(const std::string cmd) { lmp->input->one(cmd); }
void SetUp() override
{
const char *args[] = {"SimpleCommandsTest", "-log", "none", "-echo", "screen", "-nocite"};
@ -131,6 +128,8 @@ protected:
remove("input_atom_styles.data");
remove("test_atom_styles.restart");
}
void command(const std::string cmd) { lmp->input->one(cmd); }
};
// default class Atom state