From debef8adec7814a5eb34d84d344fc431856c629c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 7 Nov 2017 14:41:23 +0000 Subject: [PATCH] Moebius.details: fix typo Signed-off-by: Ian Jackson --- moebius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moebius.py b/moebius.py index 367243c..bd98a82 100644 --- a/moebius.py +++ b/moebius.py @@ -183,7 +183,7 @@ class Moebius(): - along extent (towrds +ve v) unit vector - along traverse (towards +ve w) unit vector ''' - p, normal, vec_v, vec_w = m.h.dtails(**m._vw2tiu_kw(v,w)) + p, normal, vec_v, vec_w = m.h.details(**m._vw2tiu_kw(v,w)) if w > m.nt: normal = -normal vec_w = -vec_w -- 2.30.2