X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_SegmentAroundVertex_0D.cxx;h=3332380964929e76d154d15b195c209848ea0415;hp=decbc2a6212fd0a1a20bfc67dc0930debc355516;hb=dfcc0eb72b126380c8da3d725f90c9ee43f59827;hpb=20248b6e76a67595f7f449a71ebbf18c13429389 diff --git a/src/StdMeshers/StdMeshers_SegmentAroundVertex_0D.cxx b/src/StdMeshers/StdMeshers_SegmentAroundVertex_0D.cxx index decbc2a62..333238096 100644 --- a/src/StdMeshers/StdMeshers_SegmentAroundVertex_0D.cxx +++ b/src/StdMeshers/StdMeshers_SegmentAroundVertex_0D.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -20,7 +20,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH : implementaion of SMESH idl descriptions +// SMESH SMESH : implementation of SMESH idl descriptions // File : StdMeshers_SegmentAroundVertex_0D.cxx // Module : SMESH // Created : Fri Oct 20 11:37:07 2006 @@ -28,14 +28,16 @@ // #include "StdMeshers_SegmentAroundVertex_0D.hxx" +#include + //======================================================================= //function : StdMeshers_SegmentAroundVertex_0D //purpose : //======================================================================= StdMeshers_SegmentAroundVertex_0D::StdMeshers_SegmentAroundVertex_0D - (int hypId, int studyId, SMESH_Gen* gen) - :SMESH_0D_Algo(hypId, studyId, gen) + (int hypId, SMESH_Gen* gen) + :SMESH_0D_Algo(hypId, gen) { _name = "SegmentAroundVertex_0D"; // it is assigned to vertices but influence a state of EDGE submeshes