From c3118ad1b22c9355c90aaf12afd255b10fdadf4b Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 20 Feb 2007 07:27:44 +0000 Subject: [PATCH] PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") modif after change of computeInternalParameters() signature --- src/StdMeshers/StdMeshers_RadialPrism_3D.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/StdMeshers/StdMeshers_RadialPrism_3D.cxx b/src/StdMeshers/StdMeshers_RadialPrism_3D.cxx index 456400032..0b6a697cc 100644 --- a/src/StdMeshers/StdMeshers_RadialPrism_3D.cxx +++ b/src/StdMeshers/StdMeshers_RadialPrism_3D.cxx @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include @@ -316,13 +317,14 @@ public: myUsedHyps.push_back( hyp->GetLayerDistribution() ); TopoDS_Edge edge = BRepBuilderAPI_MakeEdge( pIn, pOut ); - SMESH_Hypothesis::Hypothesis_Status aStatus; if ( !StdMeshers_Regular_1D::CheckHypothesis( aMesh, edge, aStatus )) RETURN_BAD_RESULT("StdMeshers_Regular_1D::CheckHypothesis() failed with status "< params; - if ( !StdMeshers_Regular_1D::computeInternalParameters( edge, params, false )) + if ( !StdMeshers_Regular_1D::computeInternalParameters( C3D, len, f, l, params, false )) RETURN_BAD_RESULT("StdMeshers_Regular_1D::computeInternalParameters() failed"); positions.clear(); -- 2.30.2