From 5bdb6ddf9f10e84d57808be66fc208f2eb90be93 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 23 Jan 2019 22:48:46 +0100 Subject: [PATCH] STYLE: missing break --- .../boundaryRadiationPropertiesPatch.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/thermophysicalModels/radiation/submodels/boundaryRadiationProperties/boundaryRadiationPropertiesPatch.C b/src/thermophysicalModels/radiation/submodels/boundaryRadiationProperties/boundaryRadiationPropertiesPatch.C index f0df9e2658..e5293d576a 100644 --- a/src/thermophysicalModels/radiation/submodels/boundaryRadiationProperties/boundaryRadiationPropertiesPatch.C +++ b/src/thermophysicalModels/radiation/submodels/boundaryRadiationProperties/boundaryRadiationPropertiesPatch.C @@ -110,6 +110,8 @@ boundaryRadiationPropertiesPatch transmissivityModel::New(dict, mesh).ptr() ); } + break; + case LOOKUP: { //Do nothing