mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
PR style changes
This commit is contained in:
parent
5aad0d7169
commit
b8d9ae0f8e
14 changed files with 106 additions and 106 deletions
|
|
@ -710,7 +710,7 @@ write_tallies()
|
|||
<< data::nuclides[i_nuclide]->name_ << "\n";
|
||||
} else {
|
||||
tallies_out << std::string(indent+1, ' ')
|
||||
<< data::mgInterface.nuclides_MG[i_nuclide].name << "\n";
|
||||
<< data::mg.nuclides_[i_nuclide].name << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue