From: jrt Date: Thu, 4 Sep 2003 09:55:13 +0000 (+0000) Subject: Update to match the change of SMDS (new DS). X-Git-Tag: V1_2_2~27 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=5e5d6b74d845669507eb057a88f52ea5701158f3 Update to match the change of SMDS (new DS). --- diff --git a/src/SMESH/SMESH_Hexa_3D.hxx b/src/SMESH/SMESH_Hexa_3D.hxx index 7e2594a29..0a6a98093 100644 --- a/src/SMESH/SMESH_Hexa_3D.hxx +++ b/src/SMESH/SMESH_Hexa_3D.hxx @@ -123,7 +123,7 @@ protected: int i, int j, int k, int nbx, int nby, int nbz, Point3DStruct *np, - const Handle(SMESHDS_Mesh)& meshDS); + const SMESHDS_Mesh* meshDS); CubeStruct _cube; FaceQuadStruct* _quads[6];