mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-04 11:45:37 +05:00
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix case of wires thouching each other
This commit is contained in:
parent
1ae00d609a
commit
16ce557c6f
@ -24,7 +24,6 @@
|
||||
// Moved here from SMESH_MEFISTO_2D.cxx
|
||||
// Author : Paul RASCLE, EDF
|
||||
// Module : SMESH
|
||||
// $Header$
|
||||
//
|
||||
#include "StdMeshers_MEFISTO_2D.hxx"
|
||||
|
||||
@ -492,7 +491,6 @@ bool StdMeshers_MEFISTO_2D::LoadPoints(TWireVector & wires,
|
||||
}
|
||||
|
||||
int m = 0;
|
||||
list< int > mOnVertex;
|
||||
|
||||
for ( int iW = 0; iW < wires.size(); ++iW )
|
||||
{
|
||||
@ -507,6 +505,7 @@ bool StdMeshers_MEFISTO_2D::LoadPoints(TWireVector & wires,
|
||||
return error("Internal error");
|
||||
}
|
||||
|
||||
list< int > mOnVertex;
|
||||
vector<UVPtStruct>::const_iterator uvPt = uvPtVec.begin();
|
||||
for ( ++uvPt; uvPt != uvPtVec.end(); ++uvPt )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user