Skip to content

Commit

Permalink
CI test: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumseok Lee committed Sep 25, 2024
1 parent 1ea8d30 commit 5f80e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ShearStressTransportEquationSystem.C
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ ShearStressTransportEquationSystem::compute_f_one_blending()
const double f1Orig = fOneBlend.get(mi, 0);
const double ry = rho * minD * stk::math::sqrt(tke) / mu;
const double arg = ry / 120.0;
const double f3 = stk::math::exp(
-arg * arg * arg * arg * arg * arg * arg * arg);
const double f3 =
stk::math::exp(-arg * arg * arg * arg * arg * arg * arg * arg);
fOneBlend.get(mi, 0) = stk::math::max(f1Orig, f3);
}
});
Expand Down

0 comments on commit 5f80e08

Please sign in to comment.