mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove temporary functions specific to surface source
This commit is contained in:
parent
5091418d71
commit
bdcfff0f0c
2 changed files with 0 additions and 60 deletions
|
|
@ -14,8 +14,6 @@ namespace openmc {
|
|||
void load_state_point();
|
||||
void write_source_point(const char* filename, bool surf_src_bank);
|
||||
void write_source_bank(hid_t group_id, bool surf_src_bank);
|
||||
void write_surf_src_point(const char* filename);
|
||||
void write_surf_src_bank(hid_t group_id);
|
||||
void read_source_bank(hid_t group_id, std::vector<Particle::Bank>& sites, bool distribute);
|
||||
void write_tally_results_nr(hid_t file_id);
|
||||
void restart_set_keff();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue