fix from_mtl function
This commit is contained in:
parent
c31874d138
commit
a5be0b17bb
1 changed files with 1 additions and 2 deletions
|
|
@ -121,6 +121,5 @@ def to_mtl(phi):
|
||||||
|
|
||||||
|
|
||||||
def from_mtl(phi, ap_map):
|
def from_mtl(phi, ap_map):
|
||||||
focus = lineq_lens(phi)
|
focus = AP_lens(phi)
|
||||||
return focus.modify(ap_map.get)
|
return focus.modify(ap_map.get)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue