Skip to content

Commit e284a53

Browse files
committed
sumo reference changed
1 parent 0486efe commit e284a53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ceasiompy/SUMOAutoMesh/sumoautomesh.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def add_mesh_parameters(sumo_file_path, refine_level=0.0):
102102
mesh. You can also use float number (e.g. refine_level=2.4).
103103
104104
Source :
105-
* sumo source code: https://www.larosterna.com/products/open-source
105+
* sumo source code: https://www.larosterna.com/oss/
106106
107107
Args:
108108
sumo_file_path (Path): Path to the SUMO geometry (.smx)
@@ -305,7 +305,6 @@ def create_SU2_mesh(cpacs_path, cpacs_out_path):
305305

306306

307307
def main(cpacs_path, cpacs_out_path):
308-
309308
log.info("----- Start of " + MODULE_NAME + " -----")
310309

311310
create_SU2_mesh(cpacs_path, cpacs_out_path)
@@ -314,7 +313,6 @@ def main(cpacs_path, cpacs_out_path):
314313

315314

316315
if __name__ == "__main__":
317-
318316
cpacs_path = get_toolinput_file_path(MODULE_NAME)
319317
cpacs_out_path = get_tooloutput_file_path(MODULE_NAME)
320318

0 commit comments

Comments
 (0)