From adecb4c9c2db7a5fab18f9130330126e4504e159 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 23 Sep 2021 21:46:53 +0200 Subject: [PATCH] avoid clash of notation with substitution extension --- python/damask/_rotation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/_rotation.py b/python/damask/_rotation.py index ba307e57a..e2132cc0f 100644 --- a/python/damask/_rotation.py +++ b/python/damask/_rotation.py @@ -591,7 +591,7 @@ class Rotation: ------- rho : numpy.ndarray of shape (...,4) or (...,3) if compact == True Rodrigues–Frank vector [n_1, n_2, n_3, tan(ω/2)] with ǀnǀ = 1 and ω ∈ [0,π] - or [n_1, n_2, n_3] with |n| = tan(ω/2) and ω ∈ [0,π] if compact == True. + or [n_1, n_2, n_3] with ǀnǀ = tan(ω/2) and ω ∈ [0,π] if compact == True. Examples --------