Salome HOME
PAL17233: Projection 2D doesn't work (bis)
authoreap <eap@opencascade.com>
Wed, 24 Oct 2007 08:40:19 +0000 (08:40 +0000)
committereap <eap@opencascade.com>
Wed, 24 Oct 2007 08:40:19 +0000 (08:40 +0000)
     exclude using compUVByElasticIsolines()

src/SMESH/SMESH_Pattern.cxx

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