Skip to content

Commit 97a2839

Browse files
committed
print in deg
1 parent a47ee0a commit 97a2839

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/polars.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Distributed, Timers, Serialization, SharedArrays
22
using Interpolations
33
using Xfoil
4-
using Pkg
54
using ControlPlots
65
using Logging
76

@@ -91,7 +90,7 @@ try
9190
end
9291

9392
function run_solve_alpha(alphas, d_trailing_edge_angle, re, x_, y_, lower, upper, kite_speed, speed_of_sound, x_turn)
94-
@info "solving alpha with trailing edge angle: $d_trailing_edge_angle"
93+
@info "solving alpha with trailing edge angle: $(rad2deg(d_trailing_edge_angle)) degrees"
9594
cls = Float64[NaN for _ in alphas]
9695
cds = Float64[NaN for _ in alphas]
9796
cms = Float64[NaN for _ in alphas]

0 commit comments

Comments
 (0)