Skip to content

Commit 78f881b

Browse files
committed
move calculate_rotational_inertia and add it to menu2
1 parent 0959e9d commit 78f881b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/menu2.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ options = ["plot_cl_cd_plate = include(\"plot_cl_cd_plate.jl\")",
44
"plot_side_cl = include(\"plot_side_cl.jl\")",
55
"steering_test_4p = include(\"steering_test_4p.jl\")",
66
"plot_parking_test = include(\"plot_parking_test.jl\")",
7+
"calculate_rot_inertia = include(\"calculate_rotational_inertia.jl\")",
78
"quit"]
89

9-
function menu()
10+
function extra_menu()
1011
active = true
1112
while active
1213
menu = RadioMenu(options, pagesize=8)
@@ -21,4 +22,4 @@ function menu()
2122
end
2223
end
2324

24-
menu()
25+
extra_menu()

0 commit comments

Comments
 (0)