Bug PAL9480. Fix "import ex05_hole1build"

This commit is contained in:
eap 2005-09-01 09:59:58 +00:00
parent 4d3a3d10b2
commit c87dcc36c2

View File

@ -156,6 +156,7 @@ class Mesh_Segment(Mesh_Algorithm):
hyp = self.Hypothesis("NumberOfSegments", [n])
else:
hyp = self.Hypothesis("NumberOfSegments", [n,s])
hyp.SetDistrType( 1 )
hyp.SetScaleFactor(s)
hyp.SetNumberOfSegments(n)
return hyp