diff options
Diffstat (limited to 'cad/gmsh/files/patch-src_geo_OCCFace.h')
-rw-r--r-- | cad/gmsh/files/patch-src_geo_OCCFace.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/gmsh/files/patch-src_geo_OCCFace.h b/cad/gmsh/files/patch-src_geo_OCCFace.h deleted file mode 100644 index bf34b80f4372..000000000000 --- a/cad/gmsh/files/patch-src_geo_OCCFace.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/geo/OCCFace.h.orig 2024-03-29 22:07:01 UTC -+++ src/geo/OCCFace.h -@@ -42,7 +42,7 @@ class OCCFace : public GFace { (public) - virtual bool containsPoint(const SPoint3 &pt) const; - virtual bool containsParam(const SPoint2 &pt); - virtual SVector3 normal(const SPoint2 ¶m) const; -- virtual Pair<SVector3, SVector3> firstDer(const SPoint2 ¶m) const; -+ virtual std::pair<SVector3, SVector3> firstDer(const SPoint2 ¶m) const; - virtual void secondDer(const SPoint2 &, SVector3 &, SVector3 &, - SVector3 &) const; - virtual GEntity::GeomType geomType() const; |