Skip to content

Commit 1a600ed

Browse files
Update SU2_CFD/src/solvers/CTurbSolver.cpp
Co-authored-by: Cristopher Morales <[email protected]>
1 parent 2047109 commit 1a600ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SU2_CFD/src/solvers/CTurbSolver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ void CTurbSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfig*
131131
const bool incompressible = (config->GetKind_Regime() == ENUM_REGIME::INCOMPRESSIBLE);
132132
const bool energy = config->GetEnergy_Equation();
133133
const bool weakly_coupled_heat = config->GetWeakly_Coupled_Heat();
134-
const bool flamelet = (config->GetKind_FluidModel() == FLUID_FLAMELET);
135134

136135
if (incompressible && ((!energy) && (!weakly_coupled_heat))) skipVars--;
137136

0 commit comments

Comments
 (0)