mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Small fixes and formatting changes
This commit is contained in:
parent
28521c8384
commit
987293cfff
6 changed files with 57 additions and 53 deletions
|
|
@ -26,7 +26,8 @@ void restart_set_keff();
|
|||
void write_unstructured_mesh_results();
|
||||
|
||||
#ifdef OPENMC_MCPL
|
||||
void write_mcpl_source_point(const char* filename, bool surf_source_bank = false);
|
||||
void write_mcpl_source_point(
|
||||
const char* filename, bool surf_source_bank = false);
|
||||
void write_mcpl_source_bank(mcpl_outfile_t file_id, bool surf_source_bank);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue