Skip to content

Typo in variable of pcopen snippet #1

@WhileRomeBurns

Description

@WhileRomeBurns

Snippet:

float search_rad = 10.0;
int   max_points = 10;

int handle = pcopen(@OpInput1, "P", @P, search_radius, max_points+1);

Should be:

float search_radius = 10.0;
int   max_points = 10;

int handle = pcopen(@OpInput1, "P", @P, search_radius, max_points+1);

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