Salome HOME
bos #32738 [CEA] Scaled Jacobian quality mesh measure for volumetric elements.
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.cxx
index 7a45a8e7fef210d4e7e5a4888c6ae7ac08795df7..f35798fffe9b2ce80556b68a2645c6616a4bfdc2 100644 (file)
@@ -301,6 +301,8 @@ namespace {
     //   - FT_Deflection2D          = 22
     // v 9.3.0: FT_Undefined == 50, new items:
     //   - FT_Length3D              = 22
+    // v 9.12.0: FT_Undefined == 51, new items:
+    //   - FT_ScaledJacobian        = 8
     //
     // It's necessary to continue recording this history and to fill
     // undef2newItems (see below) accordingly.
@@ -325,6 +327,7 @@ namespace {
       undef2newItems[ 48 ].push_back( 22 );
       undef2newItems[ 49 ].push_back( 22 );
       undef2newItems[ 50 ].push_back( 22 );
+      undef2newItems[ 51 ].push_back( 8 );
 
       ASSERT( undef2newItems.rbegin()->first == SMESH::FT_Undefined );
     }