From 4efdd7211a8c3d7705a7ceaebc389716c7760d52 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 24 Oct 2007 08:40:19 +0000 Subject: [PATCH] PAL17233: Projection 2D doesn't work (bis) exclude using compUVByElasticIsolines() --- src/SMESH/SMESH_Pattern.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_Pattern.cxx b/src/SMESH/SMESH_Pattern.cxx index 9c6ce0733..6c7a4acef 100644 --- a/src/SMESH/SMESH_Pattern.cxx +++ b/src/SMESH/SMESH_Pattern.cxx @@ -1395,7 +1395,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++ ) { -- 2.39.2