X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FInitializationPlugin%2FInitializationPlugin_PyInterp.cpp;h=e148bdf17d650815e56770698c714bf9a1774b7c;hb=047a6c0106078a9953f72510f4e204313f2bcf72;hp=ac32047ac0d834d2bde0db14016f2caabaef151f;hpb=ced98007eba772ef7ef3a3e7d98fee8477e8de07;p=modules%2Fshaper.git diff --git a/src/InitializationPlugin/InitializationPlugin_PyInterp.cpp b/src/InitializationPlugin/InitializationPlugin_PyInterp.cpp index ac32047ac..e148bdf17 100644 --- a/src/InitializationPlugin/InitializationPlugin_PyInterp.cpp +++ b/src/InitializationPlugin/InitializationPlugin_PyInterp.cpp @@ -1,10 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * InitializationPlugin_PyInterp.cpp - * - * Created on: Apr 2, 2015 - * Author: sbh - */ +// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or +// email : webmaster.salome@opencascade.com +// #include @@ -128,7 +140,8 @@ void InitializationPlugin_PyInterp::clearLocalContext() PyDict_Clear(_local_context); } -double InitializationPlugin_PyInterp::evaluate(const std::string& theExpression, std::string& theError) +double InitializationPlugin_PyInterp::evaluate(const std::string& theExpression, + std::string& theError) { PyLockWrapper lck; // Acquire GIL until the end of the method PyCompilerFlags aFlags = {CO_FUTURE_DIVISION};