Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com>
  • Loading branch information
vishwa2710 and apaletta3 authored Jun 24, 2024
1 parent 45f3f62 commit 933a128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSpaceToolkit/Astrodynamics/Trajectory/Orbit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Array<Pass> Orbit::getPassesWithinInterval(const Interval& anInterval) const
Integer revolutionNumber = Integer::Undefined();

// Check if the Pass is already within Pass map
for (const auto& passIt : this->passMap_)
for (const auto& passPair : this->passMap_)
{
const Pass& pass = passIt.second;

Expand Down

0 comments on commit 933a128

Please sign in to comment.