]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
Fix for using Gmsh 4.10 mab/fix_for_gmsh_4.10
authorAfeef <afeef.badri@gmail.com>
Fri, 24 Jun 2022 13:07:02 +0000 (15:07 +0200)
committerAfeef <afeef.badri@gmail.com>
Fri, 24 Jun 2022 13:07:02 +0000 (15:07 +0200)
commit163af2de5772c38bacf0a4f72b7b02b352e18908
tree3c91463b43cc6a25eab554c3cb200511c4703599
parent9d7121c884b58f35182dab517602612c1606a6bf
Fix for using Gmsh 4.10
Two algorithms from Gmsh 4.10 for generating quad mesh, Packing of Parallelograms and Quasi Structured Quad,
depend on frame/cross-field computations in Gmsh. As such when using these algorithms a class Field is used
(see Field.h in gmsh source). As the class Field also exists in src/SMESHGUI/SMESHGUI_MeshInfo.cxx this cr-
eates an error for displaying the mesh Info.

Hence the Field has been renamed as FieldInfo in src/SMESHGUI/SMESHGUI_MeshInfo.cxx.
src/SMESHGUI/SMESHGUI_MeshInfo.cxx