]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Data.cpp
Salome HOME
Task 2.1. Management of result names
[modules/shaper.git] / src / Model / Model_Data.cpp
index 32c9215547d930969ebc91b4fee79421063e8cdc..9911a796463fe41ec18cfc94fa6e9e22b048003b 100644 (file)
@@ -754,8 +754,8 @@ std::shared_ptr<ModelAPI_Object> Model_Data::owner()
   return myObject;
 }
 
-bool Model_Data::isEarlierAttribute(const std::string& theAttribute1,
-                                    const std::string& theAttribute2) const
+bool Model_Data::isPrecedingAttribute(const std::string& theAttribute1,
+                                      const std::string& theAttribute2) const
 {
   AttributeMap::const_iterator aFound1 = myAttrs.find(theAttribute1);
   AttributeMap::const_iterator aFound2 = myAttrs.find(theAttribute2);