From e3db418d47948a7106eab82bd09dacce06606d89 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Wed, 29 Jan 2025 20:57:11 +0100 Subject: cad/gmsh: chase CGNS 4.5.0 Patch 20c318a4 from upstream. Obtained from: https://gitlab.onelab.info/gmsh/gmsh/-/commit/20c318a4b945a3c7086a3a95b7bb4b56f2a5029e --- cad/gmsh/files/patch-src_geo_gmshFace.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cad/gmsh/files/patch-src_geo_gmshFace.h (limited to 'cad/gmsh/files/patch-src_geo_gmshFace.h') diff --git a/cad/gmsh/files/patch-src_geo_gmshFace.h b/cad/gmsh/files/patch-src_geo_gmshFace.h new file mode 100644 index 000000000000..edb65b025f83 --- /dev/null +++ b/cad/gmsh/files/patch-src_geo_gmshFace.h @@ -0,0 +1,11 @@ +--- src/geo/gmshFace.h.orig 2024-03-29 22:07:01 UTC ++++ src/geo/gmshFace.h +@@ -26,7 +26,7 @@ class gmshFace : public GFace { (public) + virtual bool containsPoint(const SPoint3 &pt) const; + virtual double getMetricEigenvalue(const SPoint2 &); + virtual SVector3 normal(const SPoint2 ¶m) const; +- virtual Pair firstDer(const SPoint2 ¶m) const; ++ virtual std::pair firstDer(const SPoint2 ¶m) const; + virtual void secondDer(const SPoint2 &, SVector3 &, SVector3 &, + SVector3 &) const; + virtual GEntity::GeomType geomType() const; -- cgit v1.2.3