From 2f96757c97e599f0d513a2eb3e2003f6608aff07 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 24 Oct 2007 08:39:44 +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 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++ ) { -- 2.39.2