mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
PAL17233: Projection 2D doesn't work (bis)
exclude using compUVByElasticIsolines()
This commit is contained in:
parent
e28cd63140
commit
4efdd7211a
@ -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++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user