mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
PAL20917 EDF 1431 SMESH: Warning about Hexotic
This commit is contained in:
parent
396a60d4bb
commit
29787307a0
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |
@ -1858,7 +1858,7 @@ SMESH::SMESH_Hypothesis_var SMESHGUI_MeshOp::getAlgo( const int theDim )
|
||||
{
|
||||
// Call hypothesis creation server method (without GUI)
|
||||
SMESH::SMESH_Hypothesis_var aHyp =
|
||||
SMESH::CreateHypothesis(aHypName, aHypData->Label, true);
|
||||
SMESH::CreateHypothesis(aHypName, aHypName, true);
|
||||
#ifdef WITHGENERICOBJ
|
||||
if (!CORBA::is_nil(aHyp))
|
||||
aHyp->Destroy();
|
||||
@ -1876,7 +1876,7 @@ SMESH::SMESH_Hypothesis_var SMESHGUI_MeshOp::getAlgo( const int theDim )
|
||||
aCreator->create(true, aHypName, myDlg, 0, QString::null );
|
||||
else {
|
||||
SMESH::SMESH_Hypothesis_var aHyp =
|
||||
SMESH::CreateHypothesis(aHypName, aHypData->Label, true);
|
||||
SMESH::CreateHypothesis(aHypName, aHypName, true);
|
||||
#ifdef WITHGENERICOBJ
|
||||
if (!CORBA::is_nil(aHyp))
|
||||
aHyp->Destroy();
|
||||
|
Loading…
Reference in New Issue
Block a user