Skip to content

Commit

Permalink
test_round_
Browse files Browse the repository at this point in the history
  • Loading branch information
RivaAlkahal committed Dec 19, 2023
1 parent 3e27b0d commit dd182dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/astro/aerodynamics/unitTestMarsDtmAtmosphere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int main( )

// Set initial state
Eigen::Vector6d systemInitialState;
systemInitialState
systemInitialState << 3378.0E3, 3000E3, 4200E3, 0.0, 0.0, 0.0;

// Create acceleration models and propagation settings.
basic_astrodynamics::AccelerationMap accelerationModelMap = createAccelerationModelsMap(
Expand Down

0 comments on commit dd182dd

Please sign in to comment.