Skip to content

Commit dec5321

Browse files
committed
add option=True back to Aircraft.Design.MAX_MACH
1 parent 8bc4e5c commit dec5321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aviary/variable_info/variable_meta_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@
15851585
desc='aircraft cruise Mach number',
15861586
# TODO: derived default value: Aircraft.Design.CRUISE_MACH ???
15871587
default_value=0.0,
1588-
# option=True,
1588+
option=True,
15891589
)
15901590

15911591
add_meta_data(

0 commit comments

Comments
 (0)