added error message for non-positive taylor factor

This commit is contained in:
Christoph Kords 2009-03-05 17:07:32 +00:00
parent 1420b773f0
commit cb82ebedef
1 changed files with 2 additions and 0 deletions

View File

@ -748,6 +748,8 @@ END FUNCTION
msg='Negative self diffusion energy'
case (224)
msg='Negative diffusion constant'
case (240)
msg='Non-positive Taylor factor.'
case (300)
msg='This material can only be used with elements with three direct stress components.'
case (500)