From 1a050eb9c0c38df405cfe05a88c2620877b063eb Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Thu, 2 Mar 2023 20:31:12 +0800 Subject: [PATCH] Add EPANET3 format --- api/s25_vertices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/s25_vertices.py b/api/s25_vertices.py index 0228927..932de52 100644 --- a/api/s25_vertices.py +++ b/api/s25_vertices.py @@ -76,8 +76,9 @@ def delete_vertex(name: str, cs: ChangeSet) -> ChangeSet: #-------------------------------------------------------------- -# [EPANET2][IN][OUT] +# [EPA2][IN][OUT] # id x y +# [EPA3][NOT SUPPORT] #-------------------------------------------------------------- def inp_in_vertex(section: list[str]) -> ChangeSet: vertices: dict[str, list[dict[str, float]]] = {}