Skip to content

Commit ae8d3b7

Browse files
committed
Don't hardcode the data type
1 parent c7cc6f1 commit ae8d3b7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

examples/V3_kite.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ PLOT && plot_polars(
131131
PLOT && plot_geometry(
132132
body_aero,
133133
"V3 kite geometry";
134-
data_type=".pdf",
135134
save_path=OUTPUT_DIR,
136135
is_save=false || SAVE_ALL,
137136
is_show=true,

examples/ram_air_kite.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ PLOT && plot_polar_data(body_aero)
7777
PLOT && plot_geometry(
7878
body_aero,
7979
"Ram air kite geometry";
80-
data_type=".pdf",
8180
save_path=OUTPUT_DIR,
8281
is_save=false || SAVE_ALL,
8382
is_show=true,

0 commit comments

Comments
 (0)