Skip to content

Commit c692e6e

Browse files
Prepare 7.7.2.1 (#148)
* Update ocp.toml * Update TWEAK in meta * Remove the problematic method
1 parent 4c6912d commit c692e6e

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set OCCT_VER = "7.7.2" %}
2-
{% set OCP_TWEAK = "0" %}
2+
{% set OCP_TWEAK = "1" %}
33

44
package:
55
name: ocp

ocp.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class Adaptor3d_Surface;
408408

409409
[Attributes]
410410

411-
__version__ = "7.7.2.0"
411+
__version__ = "7.7.2.1"
412412

413413
[Modules]
414414

opencascade/ChFi3d.hxx

+1-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ public:
4949
const TopoDS_Face& theFace1,
5050
const TopoDS_Face& theFace2,
5151
const GeomAbs_Shape Order = GeomAbs_G1);
52-
53-
Standard_EXPORT static Standard_Boolean IsTangentFaces (const TopoDS_Edge& theEdge,
54-
const TopoDS_Face& theFace1,
55-
const TopoDS_Face& theFace2,
56-
Standard_Real G1Tol,
57-
const GeomAbs_Shape Order = GeomAbs_G1);
52+
5853

5954
//! Returns Reversed in Or1 and(or) Or2 if
6055
//! the concave edge defined by the interior of faces F1 and F2,

0 commit comments

Comments
 (0)