From 6da07dd4373babe5d575134c387f77963635bd20 Mon Sep 17 00:00:00 2001 From: Luv Sharma Date: Mon, 16 Jun 2014 14:28:11 +0000 Subject: [PATCH] new state nonlocal output fixed --- code/constitutive.f90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/constitutive.f90 b/code/constitutive.f90 index ed4ea06e2..ee6712e48 100644 --- a/code/constitutive.f90 +++ b/code/constitutive.f90 @@ -210,12 +210,10 @@ subroutine constitutive_init outputName = PLASTICITY_TITANMOD_label thisOutput => constitutive_titanmod_output thisSize => constitutive_titanmod_sizePostResult -#ifndef NEWSTATE case (PLASTICITY_NONLOCAL_ID) outputName = PLASTICITY_NONLOCAL_label thisOutput => constitutive_nonlocal_output thisSize => constitutive_nonlocal_sizePostResult -#endif case default knownPlasticity = .false. end select