mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Move function description to header file
This commit is contained in:
parent
cc2017786b
commit
eac442f31c
2 changed files with 3 additions and 5 deletions
|
|
@ -68,7 +68,10 @@ Particle::Bank sample_external_source(uint64_t* seed);
|
|||
//! Sample a site from custom source library
|
||||
Particle::Bank sample_custom_source_library(uint64_t* seed);
|
||||
|
||||
//Load custom source library
|
||||
void load_custom_source_library();
|
||||
|
||||
//Release custom source library
|
||||
void close_custom_source_library();
|
||||
|
||||
//! Fill source bank at the end of a generation for dlopen based source simulation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue