From: eap Date: Thu, 19 May 2011 14:22:43 +0000 (+0000) Subject: 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144 X-Git-Tag: V6_3_0b2 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=b8dabcd4f46154d366a0b58e22e3eb1dd0e2f47a;hp=b8dabcd4f46154d366a0b58e22e3eb1dd0e2f47a 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144 + //================================================================================ + /*! + * \brief Move medium nodes of merged quadratic pyramids + */ + //================================================================================ + + void UpdateQuadraticPyramids(const set& commonApex, + SMESHDS_Mesh* meshDS) ---