mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Made cell type check use CELL_NORMAL constant instead of 1 in output.F90
This commit is contained in:
parent
2a7a0a7a30
commit
157029b5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -2291,7 +2291,7 @@ contains
|
|||
end if
|
||||
end if
|
||||
|
||||
if (n == 1 .and. c % type /= 1) then
|
||||
if (n == 1 .and. c % type /= CELL_NORMAL) then
|
||||
this_cell = .true.
|
||||
end if
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue