mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
initial stab at making mgxs externally usable
This commit is contained in:
parent
b60ee3b67c
commit
9c06a128d9
17 changed files with 135 additions and 134 deletions
|
|
@ -710,7 +710,7 @@ write_tallies()
|
|||
<< data::nuclides[i_nuclide]->name_ << "\n";
|
||||
} else {
|
||||
tallies_out << std::string(indent+1, ' ')
|
||||
<< data::nuclides_MG[i_nuclide].name << "\n";
|
||||
<< data::mgInterface.nuclides_MG[i_nuclide].name << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue