PAL17233: Projection 2D doesn't work (bis)

exclude using compUVByElasticIsolines()
This commit is contained in:
eap 2007-10-24 08:40:19 +00:00
parent e28cd63140
commit 4efdd7211a

View 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++ ) {