From 12d4f28c78a2305b52ebd1cbe33d1b58125952d4 Mon Sep 17 00:00:00 2001 From: Thomas Bolemann Date: Thu, 8 Sep 2016 14:21:24 +0200 Subject: [PATCH] Better error message. --- src/readin/readin_CGNS.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/readin/readin_CGNS.f90 b/src/readin/readin_CGNS.f90 index efffdbc..9c1668e 100644 --- a/src/readin/readin_CGNS.f90 +++ b/src/readin/readin_CGNS.f90 @@ -142,7 +142,7 @@ SUBROUTINE ReadCGNSmesh() ELSEIF(ZoneType.EQ.Unstructured)THEN CALL ReadCGNSMeshUnstruct(FirstElem,CGNSFile,CGNSBase,iZone,nZonesGlob,nNodesGlob) ELSE - STOP 'dasgehtsonicht' + STOP 'Wrong zone type specifier, should be structured or unstructured.' END IF