From 89dbe1ad032689b64dc2a7f367a1600a9bed11b6 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Mon, 13 May 2019 17:33:45 +0200 Subject: [PATCH] [skip ci] mismatch tensor is dimensionless --- src/homogenization_mech_RGC.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homogenization_mech_RGC.f90 b/src/homogenization_mech_RGC.f90 index 174cd3dd4..27a52432e 100644 --- a/src/homogenization_mech_RGC.f90 +++ b/src/homogenization_mech_RGC.f90 @@ -1118,7 +1118,7 @@ subroutine mech_RGC_results(instance,group) 'work density','J/m³') case (magnitudemismatch_ID) call results_writeDataset(group,dst%mismatch,'N',& - 'average mismatch tensor','m') + 'average mismatch tensor','1') case (penaltyenergy_ID) call results_writeDataset(group,stt%penaltyEnergy,'R',& 'mismatch penalty density','J/m³')