Skip to content

Commit

Permalink
constant-acceleration-drone-mobility-model: Safe default for useGeode…
Browse files Browse the repository at this point in the history
…dicSystem
  • Loading branch information
GiovanniGrieco committed Jul 13, 2023
1 parent 8d758f0 commit 1af075e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ ConstantAccelerationDroneMobilityModel::GetTypeId()

ConstantAccelerationDroneMobilityModel::ConstantAccelerationDroneMobilityModel()
: m_flightParams{m_acceleration, m_maxSpeed},
m_lastUpdate{-1}
m_lastUpdate{-1},
m_useGeodedicSystem{false}
{
NS_LOG_FUNCTION(this);
}
Expand Down

0 comments on commit 1af075e

Please sign in to comment.