Skip to content

Commit

Permalink
Fix: Update documentation to fix typo from Issue 17
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed May 17, 2024
1 parent 7cdb42e commit 1089535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/propagators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1089535

Please sign in to comment.