Skip to content

Commit 789b404

Browse files
committed
switch case fall through
1 parent e1b1c2d commit 789b404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/src/CConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,10 +4371,10 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
43714371
switch (Kind_Data_Giles[iMarker]) {
43724372
case STATIC_PRESSURE: case STATIC_PRESSURE_1D: case RADIAL_EQUILIBRIUM:
43734373
RampOutletPressure = true;
4374+
break;
43744375
case MASS_FLOW_OUTLET:
43754376
RampOutletMassFlow = true;
4376-
default:
4377-
RampOutletMassFlow = false; RampOutletPressure = false;
4377+
break;
43784378
}
43794379
}
43804380
}

0 commit comments

Comments
 (0)