Skip to content

Commit e93f258

Browse files
committed
C++ seems to require a break statement when using switch/case...
1 parent 95628ce commit e93f258

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SU2_CFD/src/iteration/CIteration.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ void CIteration::SetGrid_Movement(CGeometry** geometry, CSurfaceMovement* surfac
7373
* including computing the grid velocities on the coarser levels. ---*/
7474
grid_movement->UpdateMultiGrid(geometry, config);
7575

76+
break;
77+
7678
case ROTATING_FRAME:
7779
/*--- Set or update the rotating frame mesh movement with the current translation and rotation
7880
* rates, which might be altered via the python interface. ---*/

0 commit comments

Comments
 (0)