Salome HOME
Switch development flag to 1
[modules/hexablock.git] / src / HEXABLOCK / HexQuad.cxx
index f77f20216d92e485b63e0d559e705f83be9fae6f..b5e42a09c72c8f78f96ef503b4e64c48ac04d7e7 100755 (executable)
@@ -1,12 +1,12 @@
 
 // C++ : Gestion des Quadrangles
 
-// Copyright (C) 2009-2013  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
@@ -548,6 +548,7 @@ void Quad::dump ()
    printf (")");
 
    dumpRef ();
+   Real3 cg;
    getCenter (cg);
    printf ("     -> (%g, %g, %g)\n", cg[dir_x], cg[dir_y], cg[dir_z]);
 }