X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexDocument_tools.cxx;h=2021c7fd6de3e96d0dab1b526214d9e6a5148f05;hb=6bc26b1701fc9bb16e44291f2dc4ab1b80525d8f;hp=c191afddbf94e979b4a2bcbb020f4bbbeb1b593f;hpb=9e17eedef4be735106e6d2ea4bb51e3ce116d0e3;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexDocument_tools.cxx b/src/HEXABLOCK/HexDocument_tools.cxx index c191afd..2021c7f 100644 --- a/src/HEXABLOCK/HexDocument_tools.cxx +++ b/src/HEXABLOCK/HexDocument_tools.cxx @@ -1,7 +1,7 @@ // C++ : Classe Document : Methodes internes 2011 -// Copyright (C) 2009-2015 CEA/DEN, EDF R&D +// Copyright (C) 2009-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -328,7 +328,7 @@ int Document::saveVtk (cpchar radical, int &nro) sprintf (num, "%d", nro); nro ++; - string filename = radical; + std::string filename = radical; filename += num; filename += ".vtk"; int ier = saveVtk (filename.c_str());