Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPinet authored and github-actions[bot] committed Jul 4, 2024
1 parent e75f00b commit 753b770
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile bindings/python/requirements.in
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.24.3
opengeode-core==14.*,>=14.25.2rc2
# via -r bindings/python/requirements.in
4 changes: 2 additions & 2 deletions include/geode/inspector/topology/brep_surfaces_topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api BRepSurfacesTopologyInspectionResult
struct opengeode_inspector_inspector_api
BRepSurfacesTopologyInspectionResult
{
InspectionIssues< uuid > surfaces_not_meshed{
"uuids of surface without mesh."
Expand Down
4 changes: 2 additions & 2 deletions include/geode/inspector/topology/section_corners_topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api SectionCornersTopologyInspectionResult
struct opengeode_inspector_inspector_api
SectionCornersTopologyInspectionResult
{
InspectionIssues< uuid > corners_not_meshed{
"uuids of Corners without mesh."
Expand Down
4 changes: 2 additions & 2 deletions include/geode/inspector/topology/section_lines_topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api SectionLinesTopologyInspectionResult
struct opengeode_inspector_inspector_api
SectionLinesTopologyInspectionResult
{
InspectionIssues< uuid > lines_not_meshed{
"uuids of Lines without mesh."
Expand Down
4 changes: 2 additions & 2 deletions include/geode/inspector/topology/section_surfaces_topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api SectionSurfacesTopologyInspectionResult
struct opengeode_inspector_inspector_api
SectionSurfacesTopologyInspectionResult
{
InspectionIssues< uuid > surfaces_not_meshed{
"uuids of Surfaces without mesh."
Expand Down

0 comments on commit 753b770

Please sign in to comment.