one new error message for spectral solver
This commit is contained in:
parent
3e521e32a6
commit
656d7a68d2
|
@ -1166,6 +1166,8 @@ endfunction
|
||||||
msg = 'incomplete information in spectral mesh header'
|
msg = 'incomplete information in spectral mesh header'
|
||||||
case (46)
|
case (46)
|
||||||
msg = 'not a rotation defined for loadcase rotation'
|
msg = 'not a rotation defined for loadcase rotation'
|
||||||
|
case (47)
|
||||||
|
msg = 'updating of gamma operator not possible if it is pre calculated'
|
||||||
case (50)
|
case (50)
|
||||||
msg = 'writing constitutive output description'
|
msg = 'writing constitutive output description'
|
||||||
case (100)
|
case (100)
|
||||||
|
|
Loading…
Reference in New Issue