Moving tally writing into the statepoint function. Should write anytime a statepoint file is asked for.

This commit is contained in:
Patrick Shriwise 2020-02-28 16:24:34 -06:00
parent 25139a9d98
commit 6749f72fec
3 changed files with 52 additions and 32 deletions

View file

@ -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