Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexEdge.hxx
old mode 100755 (executable)
new mode 100644 (file)
index e334ea0..657a51e
@@ -1,7 +1,7 @@
 
 // class : Gestion des aretes
 
-// Copyright (C) 2009-2014  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
@@ -81,7 +81,7 @@ public:
     virtual void duplicate ();
     Edge*   getClone  ()                    { return e_clone ;   }
     double* getVector (double vecteur[]);
-    string  makeDefinition ();
+    std::string  makeDefinition ();
 
     int addAssociation (EdgeShape* gline, double deb, double fin);
     int checkAssociation ();