From f0da87cde034704ab1a08d31bde7bb60eafa9a11 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 2 Oct 2015 22:05:19 +0700 Subject: [PATCH] Fix writing of region specification in summary file. --- src/summary.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/summary.F90 b/src/summary.F90 index ab69f35ccb..56c31452b4 100644 --- a/src/summary.F90 +++ b/src/summary.F90 @@ -186,6 +186,7 @@ contains region_spec = trim(region_spec) // " )" case (OP_COMPLEMENT) region_spec = trim(region_spec) // " ~" + case (OP_INTERSECTION) case (OP_UNION) region_spec = trim(region_spec) // " ^" case default