diff --git a/src/mhd/DirectInduction/mhd.h b/src/mhd/DirectInduction/mhd.h index 6b16f6b4eea79b0da73812c822c8ef5b47c547ce..67220bdc6f2bfe8b33467f2b887265899fc64635 100644 --- a/src/mhd/DirectInduction/mhd.h +++ b/src/mhd/DirectInduction/mhd.h @@ -408,7 +408,7 @@ __attribute__((always_inline)) INLINE static void mhd_prepare_force( const float scale = 0.125f * (10.0f - plasma_beta); 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; } /**