From 2eec749cc6c2a3bf1382fda1ff98cf8c16df1e3a Mon Sep 17 00:00:00 2001 From: nickishch <nickishch@gmail.com> Date: Thu, 27 Mar 2025 13:36:33 +0100 Subject: [PATCH] removed 1/h^3 --- src/mhd/DirectInduction/mhd_iact.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mhd/DirectInduction/mhd_iact.h b/src/mhd/DirectInduction/mhd_iact.h index b5ad7199cc..5f9f65cebe 100644 --- a/src/mhd/DirectInduction/mhd_iact.h +++ b/src/mhd/DirectInduction/mhd_iact.h @@ -311,8 +311,6 @@ runner_iact_nonsym_mhd_gradient(const float r2, const float dx[3], float OW; OW = 1.0f; - const float ker_hdinv = pow_dimension(hi_inv); - float absBj; absBj = sqrtf(Bj[0]*Bj[0]+Bj[1]*Bj[1]+Bj[2]*Bj[2]); float Adv_B_sourcej[3]; -- GitLab