Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shabibti committed Apr 26, 2024
1 parent fe33e6c commit 8a82349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void Gforce::dg_boundary_terms(
make_not_null(&divergence_cleaning_field_LW),
make_not_null(&lorentz_factor_LW),
make_not_null(&pressure_LW), make_not_null(&temperature_LW),
tilde_d_LW, tilde_tau_LW, tilde_tau_LW, tilde_s_LW,
tilde_d_LW, tilde_ye_LW, tilde_tau_LW, tilde_s_LW,
tilde_b_LW, tilde_phi_LW, spatial_metric, inv_spatial_metric,
sqrt_det_spatial_metric, equation_of_state,
primitive_from_conservative_options);
Expand Down

0 comments on commit 8a82349

Please sign in to comment.