X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FUNV2417_Structure.hxx;h=9202ba349def62466e93984ae028a0699a0f97c7;hb=f5e84513cda0eda53672cc9d3b1124323b4aa26d;hp=2101a9261333c703525c6de8781d9b7b1d2a6eef;hpb=6d32f944a0a115b6419184c50b57bf7c4eef5786;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/UNV2417_Structure.hxx b/src/DriverUNV/UNV2417_Structure.hxx index 2101a9261..9202ba349 100644 --- a/src/DriverUNV/UNV2417_Structure.hxx +++ b/src/DriverUNV/UNV2417_Structure.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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 @@ -31,7 +31,7 @@ namespace UNV2417{ - typedef std::vector TListOfId; // Nodal connectivitiesList of Id + typedef std::vector TListOfId; // Nodal connectivity / List of Ids struct TRecord{ std::string GroupName; @@ -46,7 +46,7 @@ namespace UNV2417{ void ReadGroup(const std::string& myGroupLabel, std::ifstream& in_stream, TDataSet& theDataSet); void Write(std::ofstream& out_stream, const TDataSet& theDataSet); -}; +} #endif