Salome HOME
Copyright update 2021
[modules/hexablock.git] / src / HEXABLOCK / HexDocument_tools.cxx
index 42754e875ae2b1ad103912d5028f0799118c673c..d8f89b7eb801fc49de7156b1e1e8f7e755f828ee 100644 (file)
@@ -1,7 +1,7 @@
 
 // C++ : Classe Document : Methodes internes 2011
 
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2021  CEA/DEN, EDF R&D
 //
 // 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());