mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Moving tally writing into the statepoint function. Should write anytime a statepoint file is asked for.
This commit is contained in:
parent
25139a9d98
commit
6749f72fec
3 changed files with 52 additions and 32 deletions
|
|
@ -16,5 +16,9 @@ void read_source_bank(hid_t group_id);
|
|||
void write_tally_results_nr(hid_t file_id);
|
||||
void restart_set_keff();
|
||||
|
||||
#ifdef DAGMC
|
||||
void write_unstructured_mesh_results();
|
||||
#endif
|
||||
|
||||
} // namespace openmc
|
||||
#endif // OPENMC_STATE_POINT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue