From 656d7a68d2d3146fe8d7bd759d8032e1513acda7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 25 Jan 2012 09:00:40 +0000 Subject: [PATCH] one new error message for spectral solver --- code/IO.f90 | 2 ++ 1 file changed, 2 insertions(+) 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)