mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
add suggensstions by @paulromano
run clang-format on all changed files Update test results
This commit is contained in:
parent
10dfbb81c8
commit
39e57619df
6 changed files with 13 additions and 19 deletions
|
|
@ -251,7 +251,7 @@ inline void read_dataset(
|
|||
|
||||
// Read attribute and set string
|
||||
read_string(obj_id, name, n, buffer.data(), indep);
|
||||
str = std::string { buffer.begin(), buffer.end() };
|
||||
str = std::string {buffer.begin(), buffer.end()};
|
||||
}
|
||||
|
||||
// array version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue