From a2cd7815e907f9ae9255f82c27c53bda9913b6bb Mon Sep 17 00:00:00 2001 From: Luv Sharma Date: Thu, 3 Jul 2014 14:02:20 +0000 Subject: [PATCH] corrected none variable in pheno case --- code/constitutive.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/constitutive.f90 b/code/constitutive.f90 index 31c19bd6b..e3865f337 100644 --- a/code/constitutive.f90 +++ b/code/constitutive.f90 @@ -184,7 +184,7 @@ subroutine constitutive_init case (PLASTICITY_J2_ID) plasticState(phase)%sizePostResults = constitutive_j2_sizePostResults(instance) case (PLASTICITY_PHENOPOWERLAW_ID) - plasticState(phase)%sizePostResults = constitutive_none_sizePostResults(instance) + plasticState(phase)%sizePostResults = constitutive_phenopowerlaw_sizePostResults(instance) case (PLASTICITY_DISLOTWIN_ID) plasticState(phase)%sizePostResults = constitutive_dislotwin_sizePostResults(instance) case (PLASTICITY_TITANMOD_ID)