Commit of IO

This commit is contained in:
Luc Hantcherli 2007-12-11 14:23:33 +00:00
parent 32fc32865f
commit ab0bde576e
1 changed files with 7 additions and 3 deletions

View File

@ -565,15 +565,19 @@
character(len=80) msg
select case (ID)
case (100)
msg='Unable to open input file.'
case (100)
msg='Unable to open input file.'
case (110)
msg='No materials specified via State Variable 2.'
case (120)
msg='No textures specified via State Variable 3.'
case (200)
msg='Error reading from material+texture file'
case (300)
msg='This material can only be used with &
&elements with three direct stress components'
case (400)
msg='Unknown alloy number specified'
msg='Unknown alloy number specified'
case (500)
msg='Unknown lattice type specified'
case (600)