mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 15:50:33 +05:00
Unstable warning in release mode, on creating radialQuadrangle1D2D meshes.
This commit is contained in:
parent
06f0c4f62f
commit
7a8e3a50af
@ -76,7 +76,7 @@ SMESH_Algo::SMESH_Algo (int hypId, int studyId, SMESH_Gen * gen)
|
||||
gen->_mapAlgo[hypId] = this;
|
||||
|
||||
_onlyUnaryInput = _requireDescretBoundary = _requireShape = true;
|
||||
_quadraticMesh = false;
|
||||
_quadraticMesh = _supportSubmeshes = false;
|
||||
_error = COMPERR_OK;
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,7 @@ StdMeshers_RadialQuadrangle_1D2D::StdMeshers_RadialQuadrangle_1D2D(int hypId,
|
||||
myNbLayerHypo = 0;
|
||||
myDistributionHypo = 0;
|
||||
_requireDescretBoundary = false;
|
||||
_supportSubmeshes = true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user