mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +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;
|
||||
|
||||
SMESH_MesherHelper helper( *_mesh );
|
||||
bool ok;
|
||||
bool ok = true;
|
||||
|
||||
for ( unsigned iS = 0; iS < edgesByGeom.size(); ++iS )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user