Skip to content

Commit 6bbf2f0

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeode into perf/build
2 parents db34dd7 + 95b3d67 commit 6bbf2f0

File tree

4 files changed

+399
-94
lines changed

4 files changed

+399
-94
lines changed

include/geode/model/representation/builder/brep_builder.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,16 +230,16 @@ namespace geode
230230
const Surface3D& surface, const ModelBoundary3D& boundary );
231231

232232
void add_corner_in_corner_collection(
233-
const Corner3D& surface, const CornerCollection3D& collection );
233+
const Corner3D& corner, const CornerCollection3D& collection );
234234

235235
void add_line_in_line_collection(
236-
const Line3D& surface, const LineCollection3D& collection );
236+
const Line3D& line, const LineCollection3D& collection );
237237

238238
void add_surface_in_surface_collection(
239239
const Surface3D& surface, const SurfaceCollection3D& collection );
240240

241241
void add_block_in_block_collection(
242-
const Block3D& surface, const BlockCollection3D& collection );
242+
const Block3D& block, const BlockCollection3D& collection );
243243

244244
void set_point( index_t unique_vertex, const Point3D& point );
245245

0 commit comments

Comments
 (0)