Skip to content

Redundant points for visualization #323

@FengyuGuo

Description

@FengyuGuo

modifier.resize(3 * feats.size());

should be

modifier.resize(feats.size());

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions