Skip to content

Commit

Permalink
Better error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbole committed Sep 8, 2016
1 parent bb7f63e commit 12d4f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readin/readin_CGNS.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 12d4f28

Please sign in to comment.