diff --git a/src/source.cpp b/src/source.cpp index e659f31f3..a5bc91cb0 100644 --- a/src/source.cpp +++ b/src/source.cpp @@ -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 external_sources;