Skip to content

Commit cbe631e

Browse files
committed
typos
1 parent 3341a57 commit cbe631e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

SU2_CFD/include/numerics/turbulent/turb_sources.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ class CSourceBase_TurbSA : public CNumerics {
119119

120120
Omega::get(Vorticity_i, nDim, PrimVar_Grad_i + idx.Velocity(), var);
121121

122-
/*--- Dacles-Mariani et. al. rotation correction ("-R"), this is applied by
123-
* default for rotating frame, but should be controled in the config. ---*/
122+
/*--- Dacles-Mariani et. al. rotation correction ("-R"). ---*/
124123
if (options.rot) {
125124
var.Omega += 2.0 * min(0.0, StrainMag_i - var.Omega);
126125
}
@@ -497,7 +496,7 @@ class CCompressibilityCorrection final : public ParentClass {
497496
};
498497

499498
/* =============================================================================
500-
* HELPERS TO INTANTIATE THE SA BASE CLASS
499+
* HELPERS TO INSTANTIATE THE SA BASE CLASS
501500
* ============================================================================*/
502501

503502
template <class FlowIndices>

0 commit comments

Comments
 (0)