From 51320aa88d8c32fb5e1e906afdc11b8d9a1f617b Mon Sep 17 00:00:00 2001 From: geay Date: Wed, 25 Jun 2014 12:34:02 +0200 Subject: [PATCH] bug EDF 8404 - Mantis 22609 --- src/INTERP_KERNEL/SplitterTetra.txx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2