Salome HOME
Fix for using Gmsh 4.10
authorAfeef <afeef.badri@gmail.com>
Fri, 24 Jun 2022 13:07:02 +0000 (15:07 +0200)
committerAfeef <afeef.badri@gmail.com>
Wed, 28 Sep 2022 08:10:28 +0000 (10:10 +0200)
commite6cfdf34c59848a5f30cd02ae2bb93da9f3c98f8
tree40e6f6237edef6dd8b21c49e4c7f92f67a6b7c4b
parentdacd89c7dfc779f4a8249ff08ca15f7b963408a5
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