From: eap Date: Wed, 24 Oct 2007 08:39:44 +0000 (+0000) Subject: PAL17233: Projection 2D doesn't work (bis) X-Git-Tag: V3_2_9rc1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f96757c97e599f0d513a2eb3e2003f6608aff07;p=modules%2Fsmesh.git PAL17233: Projection 2D doesn't work (bis) exclude using compUVByElasticIsolines() --- diff --git a/src/SMESH/SMESH_Pattern.cxx b/src/SMESH/SMESH_Pattern.cxx index cfc66f348..4d3fe36f6 100644 --- a/src/SMESH/SMESH_Pattern.cxx +++ b/src/SMESH/SMESH_Pattern.cxx @@ -1396,7 +1396,7 @@ bool SMESH_Pattern:: compUVByElasticIsolines(const list< list< TPoint* > >& theBndPoints, const list< TPoint* >& thePntToCompute) { - //return false; + return false; // PAL17233 //cout << "============================== KEY POINTS =============================="<::iterator kpIt = myKeyPointIDs.begin(); // for ( ; kpIt != myKeyPointIDs.end(); kpIt++ ) {