From 7d015fbdc518a2a4081054b4ad0a44495ca63d2a Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 14 Feb 2022 14:32:02 +0000 Subject: [PATCH] avoid confusion with existing table entry --- python/damask/_configmaterial.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/damask/_configmaterial.py b/python/damask/_configmaterial.py index 250b52e7e..725567b7f 100644 --- a/python/damask/_configmaterial.py +++ b/python/damask/_configmaterial.py @@ -212,18 +212,18 @@ class ConfigMaterial(Config): homogenization: {} phase: {} - >>> cm.from_table(t,O='qu',phase='phase',homogenization='SX') + >>> cm.from_table(t,O='qu',phase='phase',homogenization='single_crystal') material: - constituents: - O: [0.19, 0.8, 0.24, -0.51] v: 1.0 phase: Aluminum - homogenization: SX + homogenization: single_crystal - constituents: - O: [0.8, 0.19, 0.24, -0.51] v: 1.0 phase: Steel - homogenization: SX + homogenization: single_crystal homogenization: {} phase: {}