Skip to content

Commit d8399e5

Browse files
committed
fix
1 parent 105f488 commit d8399e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/geode/geometry/basic_objects/plane.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ namespace geode
7878
Point3D GenericPlane< PointType >::point_on_plane() const
7979
{
8080
Point3D point;
81-
const auto& mesh = surface.mesh();
8281
for( const auto d : LRange{ 3 } )
8382
{
8483
if( std::fabs( normal_.value( d ) ) < GLOBAL_EPSILON )

0 commit comments

Comments
 (0)