Skip to content

Commit 811184d

Browse files
Committing clang-format changes
1 parent 8a09f6f commit 811184d

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

packages/seacas/libraries/aprepro_lib/strings.cc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ std::vector<std::string> build_strings()
6262
strings.emplace_back(R"({cd = tand(180/4)} {180-4*atand(cd)} $ tan(180/4))");
6363
strings.emplace_back(R"()");
6464
strings.emplace_back(R"(Test max, min, sign, dim, abs)");
65-
strings.emplace_back(
66-
R"({pmin = min(0.5, 1.0)} {nmin = min(-0.5, -1.0)} $ Should be 0.5, -1)");
67-
strings.emplace_back(
68-
R"({pmax = max(0.5, 1.0)} {nmax = max(-0.5, -1.0)} $ Should be 1.0, -0.5)");
65+
strings.emplace_back(R"({pmin = min(0.5, 1.0)} {nmin = min(-0.5, -1.0)} $ Should be 0.5, -1)");
66+
strings.emplace_back(R"({pmax = max(0.5, 1.0)} {nmax = max(-0.5, -1.0)} $ Should be 1.0, -0.5)");
6967
strings.emplace_back(R"({zero = 0} {sign(0.5, zero) + sign(0.5, -zero)} $ Should be 0 1)");
7068
strings.emplace_back(
7169
R"({nonzero = 1} {sign(0.5, nonzero) + sign(0.5, -nonzero)} $ Should be 1 0)");

packages/seacas/libraries/ioss/src/cgns/Iocgns_Utils.C

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,9 +1392,10 @@ size_t Iocgns::Utils::common_write_metadata(int file_ptr, const Ioss::Region &re
13921392
}
13931393
}
13941394

1395-
if (is_parallel_io) {
1396-
region.get_database()->progress(fmt::format("\t\tcg_1to1_write Name: {}, Donor: {}.", connect_name, donor_name));
1397-
}
1395+
if (is_parallel_io) {
1396+
region.get_database()->progress(
1397+
fmt::format("\t\tcg_1to1_write Name: {}, Donor: {}.", connect_name, donor_name));
1398+
}
13981399
CGERR(cg_1to1_write(file_ptr, base, db_zone, connect_name.c_str(), donor_name.c_str(),
13991400
Data(owner_range), Data(donor_range), Data(zgc.m_transform), &zgc_idx));
14001401

0 commit comments

Comments
 (0)