messages were not used anymore
This commit is contained in:
parent
23dba41a09
commit
e8ed25d361
22
src/IO.f90
22
src/IO.f90
|
@ -689,10 +689,8 @@ subroutine IO_error(error_ID,el,ip,g,instance,ext_msg)
|
||||||
msg = 'homogenization index out of bounds'
|
msg = 'homogenization index out of bounds'
|
||||||
case (155)
|
case (155)
|
||||||
msg = 'microstructure index out of bounds'
|
msg = 'microstructure index out of bounds'
|
||||||
case (156)
|
|
||||||
msg = 'reading from ODF file'
|
|
||||||
case (157)
|
case (157)
|
||||||
msg = 'illegal texture transformation specified'
|
msg = 'invalid texture transformation specified'
|
||||||
case (160)
|
case (160)
|
||||||
msg = 'no entries in config part'
|
msg = 'no entries in config part'
|
||||||
case (161)
|
case (161)
|
||||||
|
@ -733,16 +731,8 @@ subroutine IO_error(error_ID,el,ip,g,instance,ext_msg)
|
||||||
msg = 'matrix inversion error'
|
msg = 'matrix inversion error'
|
||||||
case (401)
|
case (401)
|
||||||
msg = 'math_check failed'
|
msg = 'math_check failed'
|
||||||
case (405)
|
case (402)
|
||||||
msg = 'I_TO_HALTON-error: an input base BASE is <= 1'
|
msg = 'invalid orientation specified'
|
||||||
case (406)
|
|
||||||
msg = 'Prime-error: N must be between 0 and PRIME_MAX'
|
|
||||||
case (407)
|
|
||||||
msg = 'Polar decomposition error'
|
|
||||||
case (409)
|
|
||||||
msg = 'math_check: R*v == q*v failed'
|
|
||||||
case (410)
|
|
||||||
msg = 'eigenvalues computation error'
|
|
||||||
|
|
||||||
!-------------------------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------------------------
|
||||||
! homogenization errors
|
! homogenization errors
|
||||||
|
@ -793,14 +783,10 @@ subroutine IO_error(error_ID,el,ip,g,instance,ext_msg)
|
||||||
msg = 'microstructure count mismatch'
|
msg = 'microstructure count mismatch'
|
||||||
case (846)
|
case (846)
|
||||||
msg = 'rotation for load case rotation ill-defined (R:RT != I)'
|
msg = 'rotation for load case rotation ill-defined (R:RT != I)'
|
||||||
case (880)
|
|
||||||
msg = 'mismatch of microstructure count and a*b*c in geom file'
|
|
||||||
case (891)
|
case (891)
|
||||||
msg = 'unknown solver type selected'
|
msg = 'unknown solver type selected'
|
||||||
case (892)
|
case (892)
|
||||||
msg = 'unknown filter type selected'
|
msg = 'unknown filter type selected'
|
||||||
case (893)
|
|
||||||
msg = 'PETSc: SNES_DIVERGED_FNORM_NAN'
|
|
||||||
case (894)
|
case (894)
|
||||||
msg = 'MPI error'
|
msg = 'MPI error'
|
||||||
|
|
||||||
|
@ -830,8 +816,6 @@ subroutine IO_error(error_ID,el,ip,g,instance,ext_msg)
|
||||||
|
|
||||||
!-------------------------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------------------------
|
||||||
! general error messages
|
! general error messages
|
||||||
case (666)
|
|
||||||
msg = 'memory leak detected'
|
|
||||||
case default
|
case default
|
||||||
msg = 'unknown error number...'
|
msg = 'unknown error number...'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue