mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fixed mesh indexing error in trigger.F90
This commit is contained in:
parent
65eca3d841
commit
ad9fe27d26
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ contains
|
|||
end if
|
||||
|
||||
matching_bins(i_filter_mesh) = &
|
||||
mesh_indices_to_bin(m, (/ i, j, k /) + 1)
|
||||
mesh_indices_to_bin(m, (/ i, j, k /))
|
||||
|
||||
! Left Surface
|
||||
matching_bins(i_filter_surf) = OUT_LEFT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue