-  bool ok;
+  bool ok = true;
This commit is contained in:
eap 2011-08-30 10:59:48 +00:00
parent b19b5319ed
commit 7eb6cc5064

View File

@ -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 )
{