Unstable warning in release mode, on creating radialQuadrangle1D2D meshes.

This commit is contained in:
dmv 2010-01-12 15:34:12 +00:00
parent 06f0c4f62f
commit 7a8e3a50af
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}

View File

@ -82,6 +82,7 @@ StdMeshers_RadialQuadrangle_1D2D::StdMeshers_RadialQuadrangle_1D2D(int hypId,
myNbLayerHypo = 0;
myDistributionHypo = 0;
_requireDescretBoundary = false;
_supportSubmeshes = true;
}