Skip to content
Snippets Groups Projects
Commit 28cbe65d authored by Orestis Karapiperis's avatar Orestis Karapiperis
Browse files

Fixed typo

parent 11a3ab93
Branches
No related tags found
1 merge request!1896Karapiperis/tic in snapshots
...@@ -408,7 +408,7 @@ __attribute__((always_inline)) INLINE static void mhd_prepare_force( ...@@ -408,7 +408,7 @@ __attribute__((always_inline)) INLINE static void mhd_prepare_force(
const float scale = 0.125f * (10.0f - plasma_beta); const float scale = 0.125f * (10.0f - plasma_beta);
const float tensile_correction_scale = fmaxf(0.0f, fminf(scale, 1.0f)); const float tensile_correction_scale = fmaxf(0.0f, fminf(scale, 1.0f));
p->mhd_data.TIC_beta = p->mhd_data.monopole_beta * ensile_correction_scale; p->mhd_data.TIC_beta = p->mhd_data.monopole_beta * tensile_correction_scale;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment