From 513e39ed90b1e636e54203aacc464e32dde910d5 Mon Sep 17 00:00:00 2001 From: Jyahway <24597915+Jyah@users.noreply.github.com> Date: Fri, 13 Dec 2019 13:47:52 -0700 Subject: [PATCH] Update Array2D.hpp the default path for SuiteSparseQR.hpp is suitesparse/SuiteSparseQR.hpp --- include/Array2D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Array2D.h b/include/Array2D.h index 9929346..0899e68 100644 --- a/include/Array2D.h +++ b/include/Array2D.h @@ -35,7 +35,7 @@ extern "C" { // Blas - for matrix multiplication } #include "fftw3.h" // For convolution and deconvolution #include "opencv2/opencv.hpp" // For imshow() -#include "SuiteSparseQR.hpp" // for in-paint +#include "suitesparse/SuiteSparseQR.hpp" // for in-paint namespace ncorr { @@ -4094,4 +4094,4 @@ Array2D eye(typename Array2D::difference_type n, T type = } -#endif /* ARRAY2D_H */ \ No newline at end of file +#endif /* ARRAY2D_H */