Unverified Commit 4cfc920d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unused variable

parent 90acace1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -267,7 +267,6 @@ void generate_yaml_file(const char *outfile, const TestConfig &config)
    // run_pos
    block.clear();
    auto x   = lmp->atom->x;
    auto tag = lmp->atom->tag;
    for (int i = 1; i <= natoms; ++i) {
        const int j = lmp->atom->map(i);
        block += fmt::format("{:3} {:23.16e} {:23.16e} {:23.16e}\n", i, x[j][0], x[j][1], x[j][2]);