From cb82ebedef38664af044576c68fb3279d53eaaab Mon Sep 17 00:00:00 2001 From: Christoph Kords Date: Thu, 5 Mar 2009 17:07:32 +0000 Subject: [PATCH] added error message for non-positive taylor factor --- trunk/IO.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/IO.f90 b/trunk/IO.f90 index 8474bcd68..438b00103 100644 --- a/trunk/IO.f90 +++ b/trunk/IO.f90 @@ -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)