Skip to content

Bug in interpolate_nd(), assuming NDIMS=3 #53

@tan2

Description

@tan2

These two loops assume NDIMS = 3. Is this assumption correct?

for (int i = 0; i < 3; ++i) {

double t = (dir[0]*rel[0] + dir[1]*rel[1] + dir[2]*rel[2]) / len2;

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