X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverUNV%2FUNV_Utilities.hxx;h=489aaa301e68dae87a7feb828736dd543d39d367;hp=e41ff1ba3961e8c0ecff075ec7e5fe9f83b7e8d3;hb=HEAD;hpb=eb9d56943a8cd1608862e4e87953ebca0815e0f1 diff --git a/src/DriverUNV/UNV_Utilities.hxx b/src/DriverUNV/UNV_Utilities.hxx index e41ff1ba3..3ee8e8a1e 100644 --- a/src/DriverUNV/UNV_Utilities.hxx +++ b/src/DriverUNV/UNV_Utilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -79,6 +79,8 @@ namespace UNV { } if (news == ds_name) return true; + + olds.clear(); } // should never end up here return false; @@ -139,7 +141,7 @@ namespace UNV { resLine.resize( resLine.size()-1 ); return resLine; } -}; +} #ifndef MESSAGE