c++ file with no extension

221 Views Asked by At

I have a project that throw compilation errors, I have a file named "UmfPackSupport" that is included in another file named "PoissonBlender.hpp" with the line:

#include "unsupported/Eigen/UmfPackSupport"

I then have an error in the line:

solve<double, UmfPackSupport>(A, b, u);

that says

'UmfPackSupport' was not declared in this scope

what is that file with no extension ??

0

There are 0 best solutions below