Made cell type check use CELL_NORMAL constant instead of 1 in output.F90

This commit is contained in:
Will Boyd 2015-05-14 20:32:45 -04:00
parent 2a7a0a7a30
commit 157029b5b6

View file

@ -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