Skip to content

Maybe a typo error in "vcglib/vcg/complex/base.h" #195

Open
@hlpan

Description

inline int MemNeeded() const {return Mem(vn,fn);}

I think it should be:

 inline int MemNeeded() const {return Mem(vn,fn,tn);} 

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions