]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
PAL17233: Projection 2D doesn't work (bis)
authoreap <eap@opencascade.com>
Wed, 24 Oct 2007 08:39:44 +0000 (08:39 +0000)
committereap <eap@opencascade.com>
Wed, 24 Oct 2007 08:39:44 +0000 (08:39 +0000)
     exclude using compUVByElasticIsolines()

src/SMESH/SMESH_Pattern.cxx

index cfc66f3488103f4bd1d10999d872546ee7874ac7..4d3fe36f66134b9c85272dfa79b695d1b099c94c 100644 (file)
@@ -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 =============================="<<endl;
 //   list< int >::iterator kpIt = myKeyPointIDs.begin();
 //   for ( ; kpIt != myKeyPointIDs.end(); kpIt++ ) {