From 10895359b5df1a3360e7ba8cd3f08aa0b5c5ebe6 Mon Sep 17 00:00:00 2001 From: Duncan Eddy Date: Fri, 17 May 2024 15:53:12 -0700 Subject: [PATCH] Fix: Update documentation to fix typo from Issue 17 --- src/simulation/propagators.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/propagators.jl b/src/simulation/propagators.jl index 02e8bb0..759d365 100644 --- a/src/simulation/propagators.jl +++ b/src/simulation/propagators.jl @@ -12,7 +12,7 @@ Arguments: - `mass::Real`: Satellite mass [kg] - `area_drag`: Velocity-facing area affected by drag. [m^2] - `coef_drag`: Coefficient of drag [dimensionless] -- `area_srp`: Velocity-facing area affected by drag. [m^2] +- `area_srp`: Sun-facing area affected by solar-radiation pressure. [m^2] - `coef_srp`: Coefficient of reflectivity [dimensionless] - `n_grav::Integer`: Gravity model degree (Default: 20) - `m_grav::Integer`: Gravity model order (Default: 20)