Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Oct 12, 2023
1 parent c2b8260 commit 5e802bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceasiompy/SU2Run/func/su2config.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def generate_su2_cfd_config(cpacs_path, cpacs_out_path, wkdir):
log.info(f'The aeromap is {aeromap_default}')

aeromap_uid = get_value_or_default(cpacs.tixi, SU2_AEROMAP_UID_XPATH, aeromap_default)

activate_aeromap = cpacs.get_aeromap_by_uid(aeromap_uid)
alt_list = activate_aeromap.get("altitude").tolist()
mach_list = activate_aeromap.get("machNumber").tolist()
Expand Down

0 comments on commit 5e802bf

Please sign in to comment.