File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def add_mesh_parameters(sumo_file_path, refine_level=0.0):
102
102
mesh. You can also use float number (e.g. refine_level=2.4).
103
103
104
104
Source :
105
- * sumo source code: https://www.larosterna.com/products/open-source
105
+ * sumo source code: https://www.larosterna.com/oss/
106
106
107
107
Args:
108
108
sumo_file_path (Path): Path to the SUMO geometry (.smx)
@@ -305,7 +305,6 @@ def create_SU2_mesh(cpacs_path, cpacs_out_path):
305
305
306
306
307
307
def main (cpacs_path , cpacs_out_path ):
308
-
309
308
log .info ("----- Start of " + MODULE_NAME + " -----" )
310
309
311
310
create_SU2_mesh (cpacs_path , cpacs_out_path )
@@ -314,7 +313,6 @@ def main(cpacs_path, cpacs_out_path):
314
313
315
314
316
315
if __name__ == "__main__" :
317
-
318
316
cpacs_path = get_toolinput_file_path (MODULE_NAME )
319
317
cpacs_out_path = get_tooloutput_file_path (MODULE_NAME )
320
318
You can’t perform that action at this time.
0 commit comments