Skip to content

Syntax Error in file "src/common/algebra.hpp" #25

@CagyFrancis

Description

@CagyFrancis

The return value should not be void. The following is the fixed version.

401 template
402 inline ProjectiveMatrix<2, T>inverseof(const ProjectiveMatrix<2, T>& M) {
403 ProjectiveMatrix<2, T> N(M);
404 invert(N);
405 return N;
406 }

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