added error "0" for internal (run time) checks failing

This commit is contained in:
Philip Eisenlohr 2012-10-12 17:55:23 +00:00
parent 1b2edd7e7d
commit b20c612e25
1 changed files with 5 additions and 0 deletions

View File

@ -1293,6 +1293,11 @@ subroutine IO_error(error_ID,e,i,g,ext_msg)
select case (error_ID)
!* internal errors
case (0_pInt)
msg = 'internal check failed:'
!* file handling errors
case (100_pInt)