mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
fixed issue with stochastic volume calculation for a heterogeneous cell with more than 8 materials
This commit is contained in:
parent
205eaf9760
commit
00104b82ee
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ contains
|
|||
|
||||
allocate(temp(size(this % domain_id), k))
|
||||
temp(:, 1:nm) = hits(:, 1:nm)
|
||||
call move_alloc(FROM=temp, TO=indices)
|
||||
call move_alloc(FROM=temp, TO=hits)
|
||||
end if
|
||||
|
||||
! Add an entry to both the indices list and the hits list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue