Added fallthrough attribute
This commit is contained in:
parent
d4f21693fa
commit
19890cb253
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ Foam::refineImmersedBoundaryMesh::refinementCells
|
||||||
case IB_CELL_CELLS:
|
case IB_CELL_CELLS:
|
||||||
{
|
{
|
||||||
addIbCellCells(refCellSet);
|
addIbCellCells(refCellSet);
|
||||||
|
[[fallthrough]];
|
||||||
}
|
}
|
||||||
|
|
||||||
case IB_CELLS:
|
case IB_CELLS:
|
||||||
|
|
Reference in a new issue