mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 18:07:27 +05:00
bos #18659 [CEA][Windows] SMESH compilation issue
This commit is contained in:
parent
24a67a7033
commit
7d3e4fc0b1
@ -807,8 +807,8 @@ HypothesesSet::HypothesesSet( const QString& theSetName,
|
|||||||
: myUseCommonSize( useCommonSize ),
|
: myUseCommonSize( useCommonSize ),
|
||||||
myQuadDominated( isQuadDominated ),
|
myQuadDominated( isQuadDominated ),
|
||||||
myHypoSetName( theSetName ),
|
myHypoSetName( theSetName ),
|
||||||
myHypoList({ mainHypos, altHypos, intHypos }),
|
myHypoList { mainHypos, altHypos, intHypos },
|
||||||
myAlgoList({ mainAlgos, altAlgos, intAlgos }),
|
myAlgoList { mainAlgos, altAlgos, intAlgos },
|
||||||
myIsAlgo( false ),
|
myIsAlgo( false ),
|
||||||
myIsCustom( false ),
|
myIsCustom( false ),
|
||||||
myIndex( 0 )
|
myIndex( 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user