eap 248c36ec7a Regression of 0020206: EDF SMESH 987: Netgen1D2D3D +submesh
in Compute(), fix sorting submeshes according to dim of shape the algo assigned to

           aShapeDim = GetShapeDim( algoShape );
+          if ( algoShape.ShapeType() == TopAbs_COMPOUND )
+          {
+            TopoDS_Iterator it( algoShape );
+            aShapeDim += GetShapeDim( it.Value() );
+          }
2011-05-04 14:16:19 +00:00
2011-02-18 13:06:05 +00:00
2010-05-14 15:32:37 +00:00
2004-06-18 08:34:31 +00:00
2011-04-18 11:19:07 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2010-12-24 08:18:34 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%