mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removed unnecessary lines relating to surface current in score_tally.
This commit is contained in:
parent
91fa0b888c
commit
03c93af1da
1 changed files with 1 additions and 6 deletions
|
|
@ -388,12 +388,7 @@ contains
|
|||
call get_mesh_bin(m, p % xyz, mesh_bin, in_mesh)
|
||||
if (.not. in_mesh) cycle
|
||||
|
||||
if (t % surface_current) then
|
||||
message = "Surface current mesh tally not yet implemented."
|
||||
call fatal_error()
|
||||
else
|
||||
bins(T_MESH) = mesh_bin
|
||||
end if
|
||||
bins(T_MESH) = mesh_bin
|
||||
else
|
||||
bins(T_MESH) = 1
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue