]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
bug EDF 8404 - Mantis 22609
authorgeay <anthony.geay@cea.fr>
Wed, 25 Jun 2014 10:34:02 +0000 (12:34 +0200)
committergeay <anthony.geay@cea.fr>
Wed, 25 Jun 2014 10:34:02 +0000 (12:34 +0200)
src/INTERP_KERNEL/SplitterTetra.txx

index 9700e9ab643d64ef0c0b98b3bbdac89f1d48c9cb..bbaad69640147c2e43e66549ff0b4a625181a470 100644 (file)
@@ -1212,6 +1212,8 @@ namespace INTERP_KERNEL
     while ( allNodeIndices.size() < nbOfCellNodes )
       allNodeIndices.push_back( allNodeIndices.size() );
     std::vector<int> 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