X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultParameter.cpp;h=953e22bac921b3bd8e2f5fcea146f6a44d856c26;hb=f36409774efce7c530518a1553946c9c76526fb9;hp=0e1aee7fef14d253fa97524f963a729d1ea99a61;hpb=f1ed85fd30f2228edb3878e79c911017d4105d23;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultParameter.cpp b/src/Model/Model_ResultParameter.cpp index 0e1aee7fe..953e22bac 100644 --- a/src/Model/Model_ResultParameter.cpp +++ b/src/Model/Model_ResultParameter.cpp @@ -1,8 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: Model_ResultParameter.cpp -// Created: 02 Apr 2015 -// Author: Sergey BELASH +// 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 "Model_ResultParameter.h" #include @@ -21,5 +35,4 @@ void Model_ResultParameter::initAttributes() Model_ResultParameter::Model_ResultParameter() { - setIsConcealed(false); }