Add EPANET2 output format

This commit is contained in:
WQY\qiong
2023-03-01 22:05:34 +08:00
parent cf76427562
commit e83d3a83a5
18 changed files with 32 additions and 23 deletions

View File

@@ -122,7 +122,8 @@ def delete_curve(name: str, cs: ChangeSet) -> ChangeSet:
#--------------------------------------------------------------
# [EPANET2]
# [EPANET2][IN][OUT]
# ;type: desc
# id x y
#--------------------------------------------------------------
def inp_in_curve(section: list[str]) -> ChangeSet: