Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexDocument_tools.cxx
index 7395770fece6f825814112fd33a71d5726640a9c..4eb11797d3fdff57fcde3a239020de20d9dbba13 100644 (file)
@@ -1,7 +1,7 @@
 
 // C++ : Classe Document : Methodes internes 2011
 
-// Copyright (C) 2009-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  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());