Salome HOME
Fix a bug reported at the SALOME forum http://www.salome-platform.org/forum/forum_10...
authoreap <eap@opencascade.com>
Tue, 30 Aug 2011 10:59:48 +0000 (10:59 +0000)
committereap <eap@opencascade.com>
Tue, 30 Aug 2011 10:59:48 +0000 (10:59 +0000)
-  bool ok;
+  bool ok = true;

src/StdMeshers/StdMeshers_ViscousLayers.cxx

index c391333bbeda6e1ac4af7b8eccc06cbf79e49f09..73ceef8747f306cb2ec491517a68a1cde760dad0 100644 (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 )
   {