Skip to content

bug in doTask(Conj, ScalarCplx &d)? #282

@kyungminlee

Description

@kyungminlee

doTask(Conj, ScalarCplx & d) { std::conj(d.val); }

Should this line be something like the following?

void inline doTask(Conj, ScalarCplx & d) { d.val = std::conj(d.val); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions