Skip to content

Commit 684b829

Browse files
panquezBotellaA
andauthored
Apply suggestions from code review
Co-authored-by: Arnaud Botella <[email protected]>
1 parent bc6b559 commit 684b829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/mesh/helpers/rasterize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ namespace
322322
get_triangle_edges( triangle_in_grid );
323323
if( !normal_in_grid
324324
|| absl::c_count_if( triangle_edges,
325-
[]( const geode::Segment3D& segment ) {
325+
[]( const auto& segment ) {
326326
return segment.length() <= geode::GLOBAL_EPSILON;
327327
} )
328328
> 0

0 commit comments

Comments
 (0)