mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed get_lat_indicies from previous commit damage
Commit f6b7f5ff27 accidentally removed the loc = minloc... line
This commit is contained in:
parent
2256d08f7b
commit
10192a8e8d
1 changed files with 1 additions and 0 deletions
|
|
@ -411,6 +411,7 @@ contains
|
|||
end do
|
||||
end do
|
||||
|
||||
loc = minloc(dists)
|
||||
if (loc(1) == 2) then
|
||||
i_xyz = i_xyz + (/1, 0, 0/)
|
||||
else if (loc(1) == 3) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue