Skip to content

Commit b78afd9

Browse files
Update SU2_CFD/src/solvers/CTurbSASolver.cpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent b209f4c commit b78afd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SU2_CFD/src/solvers/CTurbSASolver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ void CTurbSASolver::Source_Residual(CGeometry *geometry, CSolver **solver_contai
493493
AD::EndNoSharedReading();
494494

495495
/*--- Custom user defined source term (from the python wrapper) ---*/
496-
if (config->GetPyCustom_Source() ) {
497-
Custom_Source_Residual(geometry, solver_container, numerics_container, config, iMesh);
496+
if (config->GetPyCustomSource()) {
497+
CustomSourceResidual(geometry, solver_container, numerics_container, config, iMesh);
498498
}
499499

500500
}

0 commit comments

Comments
 (0)