From 3f9b8e9d8f74ec3b612acafb82058e909699d294 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 9 Sep 2016 13:38:24 +0300 Subject: [PATCH] 23346: EDF - Non regression test fails --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx index b32b2d2..745c227 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx @@ -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" ); } //============================================================================= -- 2.39.2