From e89a03d45683999d9f68922536564c26ee1ed657 Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Wed, 28 Jul 2021 18:04:52 +0200 Subject: [PATCH] Suggestion by @Franz --- src/IO.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IO.f90 b/src/IO.f90 index 16d385106..ed075ac64 100644 --- a/src/IO.f90 +++ b/src/IO.f90 @@ -495,7 +495,7 @@ subroutine IO_error(error_ID,el,ip,g,instance,ext_msg) case (709) msg = 'Length mismatch' case (710) - msg = 'Quotation missing in string' + msg = 'Closing quotation mark missing in string' !------------------------------------------------------------------------------------------------- ! errors related to the grid solver