Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Apr 21, 2024
1 parent 153f1fd commit 7041b76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kiteobserver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function observe!(ob::KiteObserver, log::SysLog, elev_nom=26)
end

function corrected_elev(corr_vec::Vector{Float64}, fig8, elev_nom)
print("y")
fig8 = Int64(round(fig8))
if ! isnothing(corr_vec) && fig8 >= 0 && length(corr_vec) > 0
if 2fig8 + 1 <= length(corr_vec)
Expand All @@ -73,7 +72,6 @@ function corrected_elev(corr_vec::Vector{Float64}, fig8, elev_nom)
elev_right=elev_nom
elev_left=elev_nom
end
println(elev_nom, " ", elev_left, " ", elev_right)
elev_right, elev_left
end

Expand Down

0 comments on commit 7041b76

Please sign in to comment.