Parse [TANKS]
This commit is contained in:
@@ -138,9 +138,9 @@ def inp_in_reservoir(section: list[str]) -> ChangeSet:
|
||||
return cs
|
||||
|
||||
|
||||
def inp_out_junction(name: str) -> list[str]:
|
||||
def inp_out_reservoir(name: str) -> list[str]:
|
||||
lines = []
|
||||
objs = read_all(name, 'select * from junctions')
|
||||
objs = read_all(name, 'select * from reservoirs')
|
||||
for obj in objs:
|
||||
id = obj['id']
|
||||
head = obj['head']
|
||||
|
||||
Reference in New Issue
Block a user