Skip to content

Commit d64f26b

Browse files
pshriwiseclaude
andcommitted
Apply clang-format to C++ files changed in this branch
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 53cc879 commit d64f26b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cell.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ void Cell::to_hdf5(hid_t cell_group) const
346346

347347
vector<int32_t> parse_cell_material_xml(pugi::xml_node node, int32_t cell_id)
348348
{
349-
vector<std::string> mats {get_node_array<std::string>(node, "material", true)};
349+
vector<std::string> mats {
350+
get_node_array<std::string>(node, "material", true)};
350351
if (mats.empty()) {
351352
fatal_error(fmt::format(
352353
"An empty material element was specified for cell {}", cell_id));

0 commit comments

Comments
 (0)