]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
Fix compilation error
authorvsr <vsr@opencascade.com>
Fri, 10 Jan 2014 10:45:06 +0000 (10:45 +0000)
committervsr <vsr@opencascade.com>
Fri, 10 Jan 2014 10:45:06 +0000 (10:45 +0000)
src/HEXABLOCK/HexQuad.cxx

index f77f20216d92e485b63e0d559e705f83be9fae6f..d81ad619c91538b85b810d2423c64b51991e95f7 100755 (executable)
@@ -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]);
 }