mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Remove Fortan compatibility functions
This commit is contained in:
parent
6712de2ad9
commit
3cac2a6702
27 changed files with 115 additions and 635 deletions
|
|
@ -620,7 +620,7 @@ const std::unordered_map<int, const char*> score_names = {
|
|||
|
||||
//! Create an ASCII output file showing all tally results.
|
||||
|
||||
extern "C" void
|
||||
void
|
||||
write_tallies()
|
||||
{
|
||||
if (model::tallies.empty()) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue