From a5be0b17bbc817e30a1cd75ed746dfc954ba5d25 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Sat, 24 Dec 2016 12:44:11 -0800 Subject: [PATCH] fix from_mtl function --- stl/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stl/utils.py b/stl/utils.py index 3a2b938..f7d9a1e 100644 --- a/stl/utils.py +++ b/stl/utils.py @@ -121,6 +121,5 @@ def to_mtl(phi): def from_mtl(phi, ap_map): - focus = lineq_lens(phi) + focus = AP_lens(phi) return focus.modify(ap_map.get) -