Salome HOME
Copyright update 2020
[modules/hexablock.git] / src / HEXABLOCK / HexElements_bis.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 548e5e2..92b13be
@@ -1,7 +1,7 @@
 
 // C++ : Table d'hexaedres
 
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2020  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
@@ -403,7 +403,7 @@ NewShape* Elements::getShape()
 {
    if (grid_geom==NULL)
       {
-      string name = "extrud_" + el_name;
+      std::string name = "extrud_" + el_name;
       grid_geom   = el_root->addShape (name.c_str(), SH_EXTRUD);
       grid_geom -> openShape();
       }