From 8d2aa5e7be113f9f036b3a52d2cbb35982a314e8 Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Fri, 29 May 2015 11:03:25 +0000 Subject: [PATCH] fixed typo in dislotwin label --- code/material.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/material.f90 b/code/material.f90 index a00873cac..c1e38872a 100644 --- a/code/material.f90 +++ b/code/material.f90 @@ -27,7 +27,7 @@ module material PLASTICITY_none_label = 'none', & PLASTICITY_j2_label = 'j2', & PLASTICITY_phenopowerlaw_label = 'phenopowerlaw', & - PLASTICITY_dislotwin_label = 'dislo&twin', & + PLASTICITY_dislotwin_label = 'dislotwin', & PLASTICITY_dislokmc_label = 'dislokmc', & PLASTICITY_disloucla_label = 'disloucla', & PLASTICITY_titanmod_label = 'titanmod', &