mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
changed fixed source to particle when determining if node particle exists
This commit is contained in:
parent
4b7d979364
commit
dda6ae55d9
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ contains
|
|||
call get_node_ptr(doc, "fixed_source", node_mode)
|
||||
|
||||
! Check number of particles
|
||||
if (.not.check_for_node(node_mode, "fixed_source")) then
|
||||
if (.not.check_for_node(node_mode, "particles")) then
|
||||
message = "Need to specify number of particles per batch."
|
||||
call fatal_error()
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue