Skip to content

Commit

Permalink
change zenith point
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jan 21, 2025
1 parent 9931e40 commit 5dab5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flightpathcalculator2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end
_p2::MVector{2, Float64} = zeros(2)
_p3::MVector{2, Float64} = zeros(2)
_p4::MVector{2, Float64} = zeros(2)
_zenith::MVector{2, Float64} = MVector(0.0, 90) # desired elevation angle at zenith
_zenith::MVector{2, Float64} = MVector(0.0, 80) # desired elevation angle at zenith
_phi_2 = 0.0
_phi_3 = 0.0
_phi_sw = 0.0
Expand Down

0 comments on commit 5dab5e6

Please sign in to comment.