mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Added missing fixed source subroutine
This commit is contained in:
parent
4fc83ce670
commit
eb028827f8
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ void initialize_source()
|
|||
}
|
||||
// release the library
|
||||
dlclose(source_library);
|
||||
|
||||
|
||||
} else {
|
||||
// Generation source sites from specified distribution in user input
|
||||
for (int64_t i = 0; i < simulation::work_per_rank; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue