X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultParameter.cpp;h=7bbd6968de018ff86297b740908104ad29bf713b;hb=97c9be632393af43d33a6af12b400e95bb69acb5;hp=0e1aee7fef14d253fa97524f963a729d1ea99a61;hpb=df901d4270af49bacb374dcb862596e2f88b0c0f;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultParameter.cpp b/src/Model/Model_ResultParameter.cpp index 0e1aee7fe..7bbd6968d 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-2019 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 @@ -21,5 +34,4 @@ void Model_ResultParameter::initAttributes() Model_ResultParameter::Model_ResultParameter() { - setIsConcealed(false); }