Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexAnaQuads.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 26f79a0..6b78cb9
@@ -1,12 +1,12 @@
 
 // class : Analyse des quadrangles avant construction
 
-// Copyright (C) 2009-2012  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -27,7 +27,7 @@
 
 BEGIN_NAMESPACE_HEXA
 
-class AnaQuads
+class HexaExport AnaQuads
 {
 public:
     AnaQuads (Quad* q1, Quad* q2, Quad* q3=NULL, Quad* q4=NULL, Quad* q5=NULL);