From 6a9079661801c01c75e5a28946b8f20db6e09100 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 21 Feb 2020 09:42:56 +0100 Subject: [PATCH] bugfix: wrong string for comparison --- src/constitutive_plastic_nonlocal.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constitutive_plastic_nonlocal.f90 b/src/constitutive_plastic_nonlocal.f90 index 786b27bbe..47db19385 100644 --- a/src/constitutive_plastic_nonlocal.f90 +++ b/src/constitutive_plastic_nonlocal.f90 @@ -1902,7 +1902,7 @@ module subroutine plastic_nonlocal_results(instance,group) case('rho_sgl_imm_edg_neg') if(prm%totalNslip>0) call results_writeDataset(group,stt%rho_sgl_imm_edg_neg, 'rho_sgl_imm_edg_neg',& 'negative immobile edge density','1/m²') - case('rho_dip_edg_ID') + case('rho_dip_edg') if(prm%totalNslip>0) call results_writeDataset(group,stt%rho_dip_edg, 'rho_dip_edg',& 'edge dipole density','1/m²') case('rho_sgl_mob_scr_pos')