From: geay Date: Wed, 25 Jun 2014 10:34:02 +0000 (+0200) Subject: bug EDF 8404 - Mantis 22609 X-Git-Tag: V7_5_0a1~2^2~21^2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=51320aa88d8c32fb5e1e906afdc11b8d9a1f617b;p=tools%2Fmedcoupling.git bug EDF 8404 - Mantis 22609 --- diff --git a/src/INTERP_KERNEL/SplitterTetra.txx b/src/INTERP_KERNEL/SplitterTetra.txx index 9700e9ab6..bbaad6964 100644 --- a/src/INTERP_KERNEL/SplitterTetra.txx +++ b/src/INTERP_KERNEL/SplitterTetra.txx @@ -1212,6 +1212,8 @@ namespace INTERP_KERNEL while ( allNodeIndices.size() < nbOfCellNodes ) allNodeIndices.push_back( allNodeIndices.size() ); std::vector classicFaceNodes(4); + if(cellModelCell.isQuadratic()) + throw INTERP_KERNEL::Exception("SplitterTetra2::splitConvex : quadratic 3D cells are not implemented yet !"); int* faceNodes = cellModelCell.isDynamic() ? &allNodeIndices[0] : &classicFaceNodes[0]; // nodes of tetrahedron