From 8294573dc9d7c4d68b5373dd7b42fbb05dcdde64 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 7 Oct 2011 11:33:30 +0000 Subject: [PATCH] 0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py) initialize occgeo.face_maxh in case of usage of NETGEN_Parameters_2D hyp --- src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx index 5d22232..d84a1c6 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx @@ -441,10 +441,10 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh, netgen::mparam.minh = aMesher.GetDefaultMinSize( aShape, netgen::mparam.maxh ); netgen::mparam.quad = _hypQuadranglePreference ? 1 : 0; netgen::mparam.grading = 0.7; // very coarse mesh by default + } #ifdef NETGEN_NEW - occgeo.face_maxh = netgen::mparam.maxh; + occgeo.face_maxh = netgen::mparam.maxh; #endif - } // ------------------------- // Make input netgen mesh -- 2.39.2