Skip to content

Commit

Permalink
Merge branch 'feature/github_action' of https://github.com/valeriof7/…
Browse files Browse the repository at this point in the history
…tudat into feature/github_action
  • Loading branch information
valeriof7 committed Feb 4, 2025
2 parents 7e50f07 + 2a0090d commit 498af0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tudat/astro/aerodynamics/aerodynamicAcceleration.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace aerodynamics
* \return Resultant aerodynamic acceleration, given in reference frame in which the
* aerodynamic coefficients were given (assuming coefficients in positive direction).
*/
Eigen::Vector3d computeAerodynamicAcceleration( const double dynamicPressure,
Eigen::Vector3d computeAerodynamicAcceleration( const double dynamicPressure,
const double referenceArea,
const Eigen::Vector3d& aerodynamicCoefficients,
const double vehicleMass );
Expand Down

0 comments on commit 498af0e

Please sign in to comment.