X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultParameter.cpp;h=1fbef28e94d472033303631350068a39f1534eef;hb=5ef5b8b65d02658a98ea6ff419ed90d3c3d29211;hp=e5110e6770d87301941a1a45e1cb15773734dacc;hpb=7775c24bea17646e17dd9370befe98b8336de9d8;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultParameter.cpp b/src/Model/Model_ResultParameter.cpp index e5110e677..1fbef28e9 100644 --- a/src/Model/Model_ResultParameter.cpp +++ b/src/Model/Model_ResultParameter.cpp @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: Model_ResultParameter.cpp -// Created: 02 Apr 2015 -// Author: Sergey BELASH +// Copyright (C) 2014-2021 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 "Model_ResultParameter.h" #include @@ -17,12 +30,8 @@ void Model_ResultParameter::initAttributes() { data()->addAttribute(ModelAPI_ResultParameter::VALUE(), ModelAPI_AttributeDouble::typeId()); - data()->addAttribute(ModelAPI_ResultParameter::STATE(), - ModelAPI_AttributeString::typeId()); } - Model_ResultParameter::Model_ResultParameter() { - setIsConcealed(false); }