one new error message for spectral solver

This commit is contained in:
Martin Diehl 2012-01-25 09:00:40 +00:00
parent 3e521e32a6
commit 656d7a68d2
1 changed files with 2 additions and 0 deletions

View File

@ -1166,6 +1166,8 @@ endfunction
msg = 'incomplete information in spectral mesh header'
case (46)
msg = 'not a rotation defined for loadcase rotation'
case (47)
msg = 'updating of gamma operator not possible if it is pre calculated'
case (50)
msg = 'writing constitutive output description'
case (100)