]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
[bos #42851][CEA][Windows] SMESH compilation broken. Classifier class moved from... kleontev/42851_SMESH_compilation_broken 55/head
authorKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Wed, 4 Sep 2024 09:28:43 +0000 (10:28 +0100)
committerKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Wed, 4 Sep 2024 09:28:43 +0000 (10:28 +0100)
commitdf79d42e3078e0bd74618afe570a28b3243746cb
tree9ff68719d40e6e91e22828a61af1f49dd5b96971
parentce3633a7dff01dadde6717eb93dc36ea179fe676
[bos #42851][CEA][Windows] SMESH compilation broken. Classifier class moved from a source file to a separated header, so templates could know its size on compile time (we had an error with forward declaration). Added numeric header.
src/Controls/CMakeLists.txt
src/Controls/SMESH_Controls.cxx
src/Controls/SMESH_ControlsClassifier.cxx [new file with mode: 0644]
src/Controls/SMESH_ControlsClassifier.hxx [new file with mode: 0644]
src/Controls/SMESH_ControlsDef.hxx
src/StdMeshers.test/HexahedronTest.cxx
src/StdMeshers/StdMeshers_Cartesian_3D_Hexahedron.cxx