Skip to content

Commit

Permalink
sumo reference changed
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Jun 3, 2024
1 parent 0486efe commit e284a53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ceasiompy/SUMOAutoMesh/sumoautomesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def add_mesh_parameters(sumo_file_path, refine_level=0.0):
mesh. You can also use float number (e.g. refine_level=2.4).
Source :
* sumo source code: https://www.larosterna.com/products/open-source
* sumo source code: https://www.larosterna.com/oss/
Args:
sumo_file_path (Path): Path to the SUMO geometry (.smx)
Expand Down Expand Up @@ -305,7 +305,6 @@ def create_SU2_mesh(cpacs_path, cpacs_out_path):


def main(cpacs_path, cpacs_out_path):

log.info("----- Start of " + MODULE_NAME + " -----")

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


if __name__ == "__main__":

cpacs_path = get_toolinput_file_path(MODULE_NAME)
cpacs_out_path = get_tooloutput_file_path(MODULE_NAME)

Expand Down

0 comments on commit e284a53

Please sign in to comment.