Skip to content

Commit

Permalink
added a couple of default_value=0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Jan 2, 2025
1 parent 15fd751 commit 2502fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aviary/variable_info/variable_meta_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3097,6 +3097,7 @@
},
units='unitless',
desc='fuselage diameter to wing span ratio',
default_value=0.0, # added
)

add_meta_data(
Expand Down Expand Up @@ -3194,6 +3195,7 @@
},
units='unitless',
desc='fuselage length to diameter ratio',
default_value=0.0, # added
)

add_meta_data(
Expand Down

0 comments on commit 2502fec

Please sign in to comment.