We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95628ce commit e93f258Copy full SHA for e93f258
1 file changed
SU2_CFD/src/iteration/CIteration.cpp
@@ -73,6 +73,8 @@ void CIteration::SetGrid_Movement(CGeometry** geometry, CSurfaceMovement* surfac
73
* including computing the grid velocities on the coarser levels. ---*/
74
grid_movement->UpdateMultiGrid(geometry, config);
75
76
+ break;
77
+
78
case ROTATING_FRAME:
79
/*--- Set or update the rotating frame mesh movement with the current translation and rotation
80
* rates, which might be altered via the python interface. ---*/
0 commit comments