Salome HOME
Revert "Fix a problem with getting result using Python interface"
authorazv <azv@opencascade.com>
Tue, 13 Aug 2019 08:21:09 +0000 (11:21 +0300)
committerazv <azv@opencascade.com>
Tue, 13 Aug 2019 08:21:09 +0000 (11:21 +0300)
This reverts commit ce7f3dbf0c5d1d1d0b56563573f8a44fae0804a5.

src/ModelHighAPI/ModelHighAPI_Interface.cpp

index b75b0f59e4087bddd9ba4b96a046c29774bd52c5..cb0373bfa4c2ef4582f6851a6d308bb151dcc143 100644 (file)
@@ -107,7 +107,7 @@ ModelHighAPI_Selection ModelHighAPI_Interface::result() const
 
 std::list<ModelHighAPI_Selection> ModelHighAPI_Interface::results() const
 {
-  const_cast<ModelHighAPI_Interface*>(this)->execute(true);
+  const_cast<ModelHighAPI_Interface*>(this)->execute();
 
   std::list<ModelHighAPI_Selection> aSelectionList;