Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MelchiorSchuh authored and github-actions[bot] committed Jul 8, 2024
1 parent 70ad21d commit eb0da23
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api SectionMeshesAdjacencyInspectionResult
struct opengeode_inspector_inspector_api
SectionMeshesAdjacencyInspectionResult
{
InspectionIssuesMap< PolygonEdge >
surfaces_edges_with_wrong_adjacencies{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api BRepMeshesDegenerationInspectionResult
struct opengeode_inspector_inspector_api
BRepMeshesDegenerationInspectionResult
{
InspectionIssuesMap< index_t > degenerated_edges{
"BRep component meshes with degenerated edges"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api SectionMeshesDegenerationInspectionResult
struct opengeode_inspector_inspector_api
SectionMeshesDegenerationInspectionResult
{
InspectionIssuesMap< index_t > degenerated_edges{
"Section component meshes with degenerated edges"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ namespace geode

namespace geode
{
struct
opengeode_inspector_inspector_api ElementsIntersectionsInspectionResult
struct opengeode_inspector_inspector_api
ElementsIntersectionsInspectionResult
{
InspectionIssues<
std::pair< ComponentMeshElement, ComponentMeshElement > >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace geode
OPENGEODE_DISABLE_COPY( SurfaceCurveIntersections );

public:
explicit SurfaceCurveIntersections(
explicit SurfaceCurveIntersections(
const TriangulatedSurface< dimension >& surface,
const EdgedCurve< dimension >& curve );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

namespace geode
{
struct
opengeode_inspector_inspector_api SectionMeshesManifoldInspectionResult
struct opengeode_inspector_inspector_api
SectionMeshesManifoldInspectionResult
{
InspectionIssuesMap< index_t > meshes_non_manifold_vertices{
"Section component meshes with non manifold vertices"
Expand Down
2 changes: 1 addition & 1 deletion include/geode/inspector/section_inspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace geode
OPENGEODE_DISABLE_COPY( SectionInspector );

public:
explicit SectionInspector( const Section& section );
explicit SectionInspector( const Section& section );

SectionInspectionResult inspect_section() const;
};
Expand Down
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 eb0da23

Please sign in to comment.