From 798a0ef73f8f68a6721b63baaecea8dd408ec772 Mon Sep 17 00:00:00 2001 From: Eureka Pai Kulyadi Date: Thu, 20 May 2021 11:58:42 -0400 Subject: [PATCH 1/2] fixed typo --- src/phase_mechanical_plastic_dislotungsten.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phase_mechanical_plastic_dislotungsten.f90 b/src/phase_mechanical_plastic_dislotungsten.f90 index bb53684e1..4a5c6c6d8 100644 --- a/src/phase_mechanical_plastic_dislotungsten.f90 +++ b/src/phase_mechanical_plastic_dislotungsten.f90 @@ -414,7 +414,7 @@ module subroutine plastic_dislotungsten_results(ph,group) 'mobile dislocation density','1/m²') case('rho_dip') if(prm%sum_N_sl>0) call results_writeDataset(group,stt%rho_dip,trim(prm%output(o)), & - 'dislocation dipole density''1/m²') + 'dislocation dipole density','1/m²') case('gamma_sl') if(prm%sum_N_sl>0) call results_writeDataset(group,stt%gamma_sl,trim(prm%output(o)), & 'plastic shear','1') From adf41ed7d9aab0e2464ec1f1fb18e6c35eb94668 Mon Sep 17 00:00:00 2001 From: Test User Date: Sat, 22 May 2021 03:03:42 +0200 Subject: [PATCH 2/2] [skip ci] updated version information after successful test of v3.0.0-alpha3-110-ge79c17ecb --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9c21c7b75..f327161a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.0.0-alpha3-105-g1e3a53ae0 +v3.0.0-alpha3-110-ge79c17ecb