Skip to content

Commit dfb8a4e

Browse files
committed
oops
1 parent a36e84e commit dfb8a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3936,7 +3936,7 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
39363936
SU2_MPI::Error("Transport model not available for NEMO solver using SU2TCLIB. Please use the WILKE, SUTHERLAND or GUPTAYOS transport model instead.", CURRENT_FUNCTION);
39373937
}
39383938

3939-
if (Kind_Solver == NEMO_NAVIER_STOKES) {
3939+
if (Kind_Solver == MAIN_SOLVER::NEMO_NAVIER_STOKES) {
39403940
if (Kind_FluidModel == SU2_NONEQ && GasModel == "AIR-7" && Kind_TransCoeffModel != TRANSCOEFFMODEL::GUPTAYOS) {
39413941
SU2_MPI::Error("Only Gupta-Yos transport model available for ionized flows using SU2TCLIB.", CURRENT_FUNCTION);
39423942
}

0 commit comments

Comments
 (0)