Skip to content

Commit

Permalink
Correct the maneuver type for calc_dw function
Browse files Browse the repository at this point in the history
  • Loading branch information
cibinjoseph committed Apr 17, 2023
1 parent a14efd3 commit 1c4649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FLOWUnsteady_maneuver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function calc_dV(self::DynamicManeuver, vehicle::AbstractVehicle, t::Real,
end


function calc_dw(self::KinematicManeuver, vehicle::AbstractVehicle, t::Real,
function calc_dw(self::DynamicManeuver, vehicle::AbstractVehicle, t::Real,
dt::Real, ttot::Real)
# Here calculate change in angular velocity of the vehicle based on current
# aerodynamics forces
Expand Down

0 comments on commit 1c4649a

Please sign in to comment.