Skip to content

collapse_edge_seam debug build fails #7

@DrJohnDale

Description

@DrJohnDale

When building in debug mode with visual studio 2015 there is an error at line 265.

the current line is assert( seam_edges.count(d) or FT(f,v) == d_tc );
should this not be assert( seam_edges.count(d) || FT(f,v) == d_tc );

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions