Salome HOME
22874: [CEA 1425] Performance SMESH Module
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index 41b1334823af9f31df1f1550fc8aada69aa2e7ff..4d408033cef42de25bccb111cc5bb037e151515b 100644 (file)
@@ -327,7 +327,7 @@ protected:
   int                   _Id;
 
   std::map < int, SMESH_subMesh * >_mapDepend;
-  bool                  _dependenceAnalysed;
+  bool                             _dependenceAnalysed;
   std::vector< SMESH_subMesh * >   _ancestors;
 
   SMESH_Algo *          _algo; // the algorithm found by last *StateEngine() call