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:
davidjohnlong 2020-03-12 08:14:31 +00:00 committed by GitHub
parent d355347e8e
commit 3f7afb7b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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