Skip to content

Commit

Permalink
Update src/geode/mesh/core/polyhedral_solid.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Arnaud Botella <[email protected]>
  • Loading branch information
panquez and BotellaA committed Apr 10, 2020
1 parent 1bcef01 commit ffaf767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/geode/mesh/core/polyhedral_solid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@ namespace geode
index_t PolyhedralSolid< dimension >::vertex_in_polyhedron(
index_t polyhedron_id, index_t vertex_id ) const
{
for( const auto& v : Range{ nb_polyhedron_vertices( polyhedron_id ) } )
for( const auto v : Range{ nb_polyhedron_vertices( polyhedron_id ) } )

{
if( polyhedron_vertex( { polyhedron_id, v } ) == vertex_id )
{
Expand Down

0 comments on commit ffaf767

Please sign in to comment.