Skip to content

Commit 753b770

Browse files
BenPinetgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent e75f00b commit 753b770

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

bindings/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile bindings/python/requirements.in
5+
# pip-compile --pre bindings/python/requirements.in
66
#
7-
opengeode-core==14.*,>=14.24.3
7+
opengeode-core==14.*,>=14.25.2rc2
88
# via -r bindings/python/requirements.in

include/geode/inspector/topology/brep_surfaces_topology.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace geode
3636

3737
namespace geode
3838
{
39-
struct
40-
opengeode_inspector_inspector_api BRepSurfacesTopologyInspectionResult
39+
struct opengeode_inspector_inspector_api
40+
BRepSurfacesTopologyInspectionResult
4141
{
4242
InspectionIssues< uuid > surfaces_not_meshed{
4343
"uuids of surface without mesh."

include/geode/inspector/topology/section_corners_topology.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace geode
3737

3838
namespace geode
3939
{
40-
struct
41-
opengeode_inspector_inspector_api SectionCornersTopologyInspectionResult
40+
struct opengeode_inspector_inspector_api
41+
SectionCornersTopologyInspectionResult
4242
{
4343
InspectionIssues< uuid > corners_not_meshed{
4444
"uuids of Corners without mesh."

include/geode/inspector/topology/section_lines_topology.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace geode
3535

3636
namespace geode
3737
{
38-
struct
39-
opengeode_inspector_inspector_api SectionLinesTopologyInspectionResult
38+
struct opengeode_inspector_inspector_api
39+
SectionLinesTopologyInspectionResult
4040
{
4141
InspectionIssues< uuid > lines_not_meshed{
4242
"uuids of Lines without mesh."

include/geode/inspector/topology/section_surfaces_topology.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace geode
3636

3737
namespace geode
3838
{
39-
struct
40-
opengeode_inspector_inspector_api SectionSurfacesTopologyInspectionResult
39+
struct opengeode_inspector_inspector_api
40+
SectionSurfacesTopologyInspectionResult
4141
{
4242
InspectionIssues< uuid > surfaces_not_meshed{
4343
"uuids of Surfaces without mesh."

0 commit comments

Comments
 (0)