]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Correction of bug on SEG3 not recognized as quadratic.
authorageay <ageay>
Tue, 25 Oct 2011 12:48:51 +0000 (12:48 +0000)
committerageay <ageay>
Tue, 25 Oct 2011 12:48:51 +0000 (12:48 +0000)
src/INTERP_KERNEL/CellModel.cxx

index f9199b56f236ed22b145feeb6306731a8de8d560..d3681de822e3f07fe0c6f4366cc33f2861a5df58 100644 (file)
@@ -122,7 +122,7 @@ namespace INTERP_KERNEL
         break;
       case NORM_SEG3:
         {
-          _nb_of_pts=3; _nb_of_sons=0; _dim=1; _extruded_type=NORM_QUAD8; _linear_type=NORM_SEG2; _is_simplex=false;
+          _nb_of_pts=3; _nb_of_sons=0; _dim=1; _extruded_type=NORM_QUAD8; _linear_type=NORM_SEG2; _quadratic=true; _is_simplex=false;
         }
         break;
       case NORM_TETRA4:
@@ -278,7 +278,7 @@ namespace INTERP_KERNEL
         break;
       case NORM_QPOLYG:
         {
-          _nb_of_pts=0; _nb_of_sons=0; _dim=2; _dyn=true; _is_simplex=false;
+          _nb_of_pts=0; _nb_of_sons=0; _dim=2; _dyn=true; _is_simplex=false; _quadratic=true;
         }
         break;
       case NORM_ERROR: