]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
23346: EDF - Non regression test fails
authoreap <eap@opencascade.com>
Fri, 9 Sep 2016 10:38:24 +0000 (13:38 +0300)
committereap <eap@opencascade.com>
Fri, 9 Sep 2016 10:38:24 +0000 (13:38 +0300)
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx

index b32b2d2deeb29b2e28774fe93afc0513e4b36fc0..745c2272ccb575e300db7a5405e5f7a927f3cd11 100644 (file)
@@ -749,7 +749,7 @@ bool BLSURFPlugin_Hypothesis::HasPreCADOptions(const BLSURFPlugin_Hypothesis* hy
            ToBool( hyp->GetPreCADOptionValue("remove_duplicate_cad_faces", &orDefault )) ||
            ToBool( hyp->GetPreCADOptionValue("process_3d_topology"       , &orDefault )) ||
            ToBool( hyp->GetPreCADOption     ("manifold_geometry")        , &isOk       ) ||
-           hyp->GetPreCADOptionValue("sewing_tolerance") != "5e-4*D" );
+           hyp->GetPreCADOptionValue("sewing_tolerance", &orDefault ) != "5e-4*D" );
 }
 
 //=============================================================================