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: V9_4_0a2~7^2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16e5a82a4661332708c4736a4c553ea77f9f844d;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;