apply clang-format
This commit is contained in:
@ -547,12 +547,12 @@ TEST_F(DumpAtomTest, rerun_bin)
|
||||
command(fmt::format("rerun {} first 1 last 1 every 1 post no dump x y z", dump_file));
|
||||
});
|
||||
lmp->output->thermo->evaluate_keyword("pe", &pe_rerun);
|
||||
ASSERT_NEAR(pe_1, pe_rerun,1.0e-14);
|
||||
ASSERT_NEAR(pe_1, pe_rerun, 1.0e-14);
|
||||
HIDE_OUTPUT([&] {
|
||||
command(fmt::format("rerun {} first 2 last 2 every 1 post yes dump x y z", dump_file));
|
||||
});
|
||||
lmp->output->thermo->evaluate_keyword("pe", &pe_rerun);
|
||||
ASSERT_NEAR(pe_2, pe_rerun,1.0e-14);
|
||||
ASSERT_NEAR(pe_2, pe_rerun, 1.0e-14);
|
||||
delete_file(dump_file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user