Salome HOME
0020373: MakeMultiTransformation1D failed on maintenances branch (V4 and V5)
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index ace3a346fbae381e6a850e08a9a1f57b0adacbc1..83de353db90568255afab26cbc2d3ca21f55c265 100644 (file)
@@ -223,6 +223,7 @@ public:
    *        none mesh entity is bound to it
    */
   void SetIsAlwaysComputed(bool isAlCo);
+  bool IsAlwaysComputed() { return _alwaysComputed; }
 
 
 protected: