Skip to content

Commit

Permalink
- fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
rois1995 committed Sep 6, 2024
1 parent 597904f commit 9970f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SU2_CFD/include/numerics/turbulent/turb_sources.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class CSourceBase_TurbSA : public CNumerics {
/*--- Compute modified vorticity ---*/
ModVort::get(ScalarVar_i[0], nu, var);
var.inv_Shat = 1.0 / var.Shat;
var.Prod = var.SHat;
var.Prod = var.Shat;

/*--- Dacles-Mariani et. al. rotation correction ("-R"). ---*/
if (options.rot) {
Expand Down

0 comments on commit 9970f76

Please sign in to comment.