Skip to content

Commit 99cc0d6

Browse files
author
Cristopher-Morales
committed
removing unused variables
1 parent d8c98d9 commit 99cc0d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SU2_CFD/src/solvers/CNSSolver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,6 @@ void CNSSolver::BC_Isothermal_Wall_Generic(CGeometry *geometry, CSolver **solver
619619

620620
const bool implicit = (config->GetKind_TimeIntScheme() == EULER_IMPLICIT);
621621
const su2double Temperature_Ref = config->GetTemperature_Ref();
622-
const su2double Prandtl_Lam = config->GetPrandtl_Lam();
623-
const su2double Prandtl_Turb = config->GetPrandtl_Turb();
624622
const su2double Gas_Constant = config->GetGas_ConstantND();
625623

626624
/*--- Identify the boundary and retrieve the specified wall temperature from

0 commit comments

Comments
 (0)