diff --git a/code/IO.f90 b/code/IO.f90 index 022e222c8..5a2590fdf 100644 --- a/code/IO.f90 +++ b/code/IO.f90 @@ -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)