From 157029b5b6217e5a8e46fc480fded9d0fec5c677 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Thu, 14 May 2015 20:32:45 -0400 Subject: [PATCH] Made cell type check use CELL_NORMAL constant instead of 1 in output.F90 --- src/output.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output.F90 b/src/output.F90 index de58346c8f..9f38c79a05 100644 --- a/src/output.F90 +++ b/src/output.F90 @@ -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