From 287d56fc3d3c85006125b73ceae1ff3f00d87cbb Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Sun, 8 Nov 2020 16:01:11 +0100 Subject: [PATCH] consistent with new output names --- python/tests/reference/ConfigMaterial/material.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tests/reference/ConfigMaterial/material.yaml b/python/tests/reference/ConfigMaterial/material.yaml index 2007b90c3..c39629db3 100644 --- a/python/tests/reference/ConfigMaterial/material.yaml +++ b/python/tests/reference/ConfigMaterial/material.yaml @@ -35,10 +35,10 @@ phase: Aluminum: lattice: fcc mech: - output: [F, P, Fe, Fp, Lp] + output: [F, P, F_e, F_p, L_p] elasticity: {C_11: 106.75e9, C_12: 60.41e9, C_44: 28.34e9, type: hooke} Steel: lattice: bcc mech: - output: [F, P, Fe, Fp, Lp] + output: [F, P, F_e, F_p, L_p] elasticity: {C_11: 233.3e9, C_12: 135.5e9, C_44: 118.0e9, type: hooke}