FEM: Mesh ViewProvider, fix wrong break in switch

This commit is contained in:
Bernd Hahnebach 2016-04-09 18:04:43 +01:00 committed by wmayer
parent 85cad47468
commit 2ecab3a63c

View File

@ -1238,8 +1238,8 @@ void ViewProviderFEMMeshBuilder::createMesh(const App::Property* prop,
indices[index++] = SO_END_FACE_INDEX;
// this triangle has no edge (inner triangle).
break; }
break;
}
break;
case 8: // Hex 8
switch(facesHelper[l].FaceNo){
case 1: {