From: azv Date: Tue, 13 Aug 2019 08:21:09 +0000 (+0300) Subject: Revert "Fix a problem with getting result using Python interface" X-Git-Tag: VEDF2019Lot4~57 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f4f6c99eb9a4b151df068ce5eafce81294903f6;p=modules%2Fshaper.git Revert "Fix a problem with getting result using Python interface" This reverts commit ce7f3dbf0c5d1d1d0b56563573f8a44fae0804a5. --- diff --git a/src/ModelHighAPI/ModelHighAPI_Interface.cpp b/src/ModelHighAPI/ModelHighAPI_Interface.cpp index b75b0f59e..cb0373bfa 100644 --- a/src/ModelHighAPI/ModelHighAPI_Interface.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Interface.cpp @@ -107,7 +107,7 @@ ModelHighAPI_Selection ModelHighAPI_Interface::result() const std::list ModelHighAPI_Interface::results() const { - const_cast(this)->execute(true); + const_cast(this)->execute(); std::list aSelectionList;