mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Adjust naming of custom source function and library for clarity
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
d355347e8e
commit
3f7afb7b4f
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ namespace openmc {
|
|||
namespace model {
|
||||
|
||||
typedef Particle::Bank (*sample_t)(uint64_t &seed);
|
||||
sample_t sample_source;
|
||||
void* source_library;
|
||||
sample_t custom_source_function;
|
||||
void* custom_source_library;
|
||||
|
||||
std::vector<SourceDistribution> external_sources;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue