From e67211b09cfe994ae51bb88135f07a5bd58f4c74 Mon Sep 17 00:00:00 2001 From: Nick Horelik Date: Tue, 7 Oct 2014 00:56:16 -0400 Subject: [PATCH] Added missing ampersand --- src/input_xml.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 522427807d..e84f072ea8 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -3136,7 +3136,7 @@ contains end if if (.not. allocated(entropy_mesh % dimension)) then - message = "No dimension specified on entropy mesh for " // + message = "No dimension specified on entropy mesh for " // & "meshlines on plot " // trim(to_str(pl % id)) call fatal_error() end if