mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
better that way
This commit is contained in:
parent
de803633fd
commit
9fd8bd3fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -963,7 +963,7 @@ contains
|
|||
do i = 1, this % n_bins
|
||||
if (abs(p % surface) == this % surfaces(i)) then
|
||||
next_bin = i
|
||||
weight = sign(ONE, real(p % surface, 8))
|
||||
weight = sign(1, p % surface)
|
||||
exit
|
||||
end if
|
||||
end do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue