]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Storage.h
Salome HOME
Issue #2073: Fatal error when mirror
[modules/shaper.git] / src / SketchSolver / SketchSolver_Storage.h
index 7753d6433395ea7cdae71ffdaf5b8dc57d915c8b..6ef8d08b57ca9a464199bd836bc572b755be2258 100644 (file)
@@ -93,8 +93,8 @@ public:
   /// \brief Remove all features became invalid
   virtual void removeInvalidEntities() = 0;
 
-  /// \brief Check the features is not removed
-  bool isConsistent() const;
+  /// \brief Check the features have not been removed
+  bool areFeaturesValid() const;
 
   /// \brief Check the storage has constraints
   virtual bool isEmpty() const