mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 22:50:33 +05:00
Fix a bug reported at the SALOME forum http://www.salome-platform.org/forum/forum_10/156409406
- bool ok; + bool ok = true;
This commit is contained in:
parent
b19b5319ed
commit
7eb6cc5064
@ -1363,7 +1363,7 @@ bool _ViscousBuilder::sortEdges( _SolidData& data,
|
|||||||
list< TGeomID > shapesToSmooth;
|
list< TGeomID > shapesToSmooth;
|
||||||
|
|
||||||
SMESH_MesherHelper helper( *_mesh );
|
SMESH_MesherHelper helper( *_mesh );
|
||||||
bool ok;
|
bool ok = true;
|
||||||
|
|
||||||
for ( unsigned iS = 0; iS < edgesByGeom.size(); ++iS )
|
for ( unsigned iS = 0; iS < edgesByGeom.size(); ++iS )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user