From 677e0819377ed1b1b938f7ae48472c9772b26bca Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Thu, 21 May 2020 21:03:39 +0200 Subject: [PATCH] YAML related errors --- src/IO.f90 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/IO.f90 b/src/IO.f90 index c49ca66d0..2f06dc614 100644 --- a/src/IO.f90 +++ b/src/IO.f90 @@ -536,6 +536,19 @@ subroutine IO_error(error_ID,el,ip,g,instance,ext_msg) case (602) msg = 'invalid selection for debug' +!------------------------------------------------------------------------------------------------ +! errors related to YAML input files + case (701) + msg = 'Incorrect indent/Null value not allowed' + case (702) + msg = 'Invalid use of flow yaml' + case (703) + msg = 'Space expected after a list indicator - ' + case (704) + msg = 'Space expected after a colon for : pair' + case (705) + msg = 'Unsupported feature' + !------------------------------------------------------------------------------------------------- ! errors related to the grid solver case (809)