Skip to content

Commit f71f958

Browse files
Update SU2_CFD/src/solvers/CSpeciesSolver.cpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 76c604e commit f71f958

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SU2_CFD/src/solvers/CSpeciesSolver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@ void CSpeciesSolver::BC_HeatFlux_Wall(CGeometry* geometry, CSolver** solver_cont
432432
}
433433

434434
void CSpeciesSolver::BC_Wall_Generic(CGeometry* geometry, CSolver** solver_container,
435-
CNumerics* conv_numerics, CNumerics* visc_numerics,
436-
CConfig* config, unsigned short val_marker, bool cht_mode) {
435+
CConfig* config, unsigned short val_marker) {
437436
const bool implicit = config->GetKind_TimeIntScheme_Flow() == EULER_IMPLICIT;
438437
const bool py_custom = config->GetMarker_All_PyCustom(val_marker);
439438

0 commit comments

Comments
 (0)