Fix coord typo

This commit is contained in:
WQY\qiong
2022-11-14 21:44:24 +08:00
parent 4b1943ce25
commit 7f691de6e7

View File

@@ -22,7 +22,7 @@ def inp_in_coord(section: list[str]) -> dict[str, dict[str, float]]:
return coords
def inp_out_junction(name: str) -> list[str]:
def inp_out_coord(name: str) -> list[str]:
lines = []
objs = read_all(name, 'select * from coordinates')
for obj in objs: