From 8a82349fbbf7e33ca3ec8aed7207ce8722647046 Mon Sep 17 00:00:00 2001 From: Sarah Habib Date: Fri, 26 Apr 2024 13:04:35 -0700 Subject: [PATCH] Fix typo --- .../GrMhd/ValenciaDivClean/BoundaryCorrections/Gforce.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Evolution/Systems/GrMhd/ValenciaDivClean/BoundaryCorrections/Gforce.cpp b/src/Evolution/Systems/GrMhd/ValenciaDivClean/BoundaryCorrections/Gforce.cpp index 1ec740eccb86f..720e35893b5b2 100644 --- a/src/Evolution/Systems/GrMhd/ValenciaDivClean/BoundaryCorrections/Gforce.cpp +++ b/src/Evolution/Systems/GrMhd/ValenciaDivClean/BoundaryCorrections/Gforce.cpp @@ -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);