]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Document.cpp
Salome HOME
Debug of move to the end of history
[modules/shaper.git] / src / Model / Model_Document.cpp
index 548e3174b75cd4f511ad1426f4f6096c69baf29f..d71b770c78c9c06fc6b516595fafb20c5b500245 100755 (executable)
@@ -1494,7 +1494,7 @@ bool Model_Document::isLaterByDep(FeaturePtr theThis, FeaturePtr theOther) {
           aRefFeat = feature(std::dynamic_pointer_cast<ModelAPI_Result>(aRefObj));
         }
         if (aRefFeat.get() && aRefFeat == theThis) {
-          return false; // other references to this, so this later than other
+          return false; // other references to this, so other later than this
         }
       }
     }