Salome HOME
Switch development flag to 1
[modules/hexablock.git] / src / HEXABLOCK / HexAnaQuads.hxx
index 26f79a0e07d3d1b3d1f83e5a499e5c0f2f8b1cb8..8e7fb00ceaba708c6303c7b0e9b89aafd58078f6 100755 (executable)
@@ -1,12 +1,12 @@
 
 // class : Analyse des quadrangles avant construction
 
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2016  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
 // 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);