Skip to content

Commit

Permalink
Remove leftover break;
Browse files Browse the repository at this point in the history
  • Loading branch information
arda-guler committed Oct 30, 2023
1 parent 2880313 commit 7155fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Maneuver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void ImpulsiveManeuver::perform(double time)
{
std::cout << "\nWARNING: A vessel was left with a negative wet mass or negative propellant mass after an orbital maneuver!\n";
}
break;
}

// The maneuver has been performed. Make sure it is not performed again.
Expand Down

0 comments on commit 7155fd3

Please sign in to comment.