Skip to content

Commit

Permalink
Removed cout statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Oct 23, 2024
1 parent 386b64c commit 088289d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ BOOST_AUTO_TEST_CASE( testTwoLineElementsEphemerisVallado )
verificationPosition << -9059941.3786, 4659697.2000, 813958.8875;
verificationVelocity << -2233.348094, -4110.136162, -3157.394074;

std::cout<<"Diff pos"<<( verificationPosition - propagatedPosition ).norm( )<<std::endl;
std::cout<<"Diff vel"<<( verificationVelocity - propagatedVelocity ).norm( )<<std::endl;

// Check if difference within tolerances
BOOST_CHECK_SMALL( ( verificationPosition - propagatedPosition ).norm( ), 50.0 );
BOOST_CHECK_SMALL( ( propagatedVelocity - verificationVelocity ).norm( ), 0.05 );
Expand Down

0 comments on commit 088289d

Please sign in to comment.