Skip to content

Commit

Permalink
fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoebeSandhaus committed Aug 1, 2024
1 parent 15faca7 commit 0029d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gas_damping_timescale.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static struct reb_vec3d rebx_calculate_gas_damping_timescale(struct reb_simulati

const double* const d_factor = rebx_get_param(rebx, planet->ap, "d_factor");
const double* const cs_coeff = rebx_get_param(rebx, force->ap, "cs_coeff");
const double* const d_coeff = rebx_get_param(rebx, force->ap, "tau_coeff");
const double* const tau_coeff = rebx_get_param(rebx, force->ap, "tau_coeff");

struct reb_vec3d a = {0};

Expand Down

0 comments on commit 0029d5d

Please sign in to comment.