Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexBiCylinder.cxx
old mode 100755 (executable)
new mode 100644 (file)
index e4e9650..cb9a4a1
@@ -1,7 +1,7 @@
 
 // C++ : Gestion des cylindres croises
 
-// Copyright (C) 2009-2016  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
@@ -886,7 +886,7 @@ int BiCylinder::assoIntersection (int nxs, int nzs)
    int ier = HOK;
    Real3  pse, psw, sorig, sbase;
    Real3  pbe, pbw, borig, bbase;
-   string brep;
+   std::string brep;
    int ny0 = 0;
    int nyd = NbrCotes/2;
    int MiddleSlice1 = 3;