Skip to content

Commit

Permalink
Suppressed warning (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Nov 18, 2024
1 parent b054851 commit 45cae18
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,10 @@ BOOST_AUTO_TEST_CASE( testOrbiterOccultationObservationViabilityCalculators )
jupiterIndex = 3;
spacecraftIndex = 2;
}
else
{
throw std::runtime_error( "Error, did not find correct link end in 2-way viability settings test" );
}
}


Expand Down

0 comments on commit 45cae18

Please sign in to comment.