Fix coord typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user