From 93d68a7b042c6dc84704a7f50418d8b8a3c98980 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 27 Jun 2011 09:11:43 +0000 Subject: [PATCH] Author: Roman Lygin, roman.lygin@gmail.com fixS010 - Summary: Mefisto inconsistency and failure on same model - Detailed description: See http://salome-platform.org/forum/forum_10/788312758 --- src/MEFISTO2/aptrte.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MEFISTO2/aptrte.cxx b/src/MEFISTO2/aptrte.cxx index 04ed46700..f0c851e3e 100755 --- a/src/MEFISTO2/aptrte.cxx +++ b/src/MEFISTO2/aptrte.cxx @@ -415,6 +415,8 @@ void aptrte( Z nutysu, R aretmx, if( mntree==NULL ) goto ERREUR; //initialisation du tableau letree et ajout dans letree des sommets 1 a nbsomm + comxmi[0].x = comxmi[1].x = uvslf[0].x; + comxmi[0].y = comxmi[1].y = uvslf[0].y; teajte( mxsomm, nbsomm, mnpxyd, comxmi, aretmx, mxtree, mntree, ierr ); comxmi[0].z=0; comxmi[1].z=0; -- 2.30.2