Skip to content

Commit f7f641b

Browse files
authored
Update CScalarSolver.inl
1 parent 9f8222f commit f7f641b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

SU2_CFD/include/solvers/CScalarSolver.inl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ void CScalarSolver<VariableType>::PrepareImplicitIteration(CGeometry* geometry,
490490
template <class VariableType>
491491
void CScalarSolver<VariableType>::CompleteImplicitIteration(CGeometry* geometry, CSolver** solver_container,
492492
CConfig* config) {
493-
const bool compressible = (config->GetKind_Regime() == ENUM_REGIME::COMPRESSIBLE);
494-
495493
ComputeUnderRelaxationFactor(config);
496494

497495
/*--- Update solution (system written in terms of increments) ---*/

0 commit comments

Comments
 (0)