mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +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 ),
|
||||
myQuadDominated( isQuadDominated ),
|
||||
myHypoSetName( theSetName ),
|
||||
myHypoList({ mainHypos, altHypos, intHypos }),
|
||||
myAlgoList({ mainAlgos, altAlgos, intAlgos }),
|
||||
myHypoList { mainHypos, altHypos, intHypos },
|
||||
myAlgoList { mainAlgos, altAlgos, intAlgos },
|
||||
myIsAlgo( false ),
|
||||
myIsCustom( false ),
|
||||
myIndex( 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user