| commit | 0f36e42169abf08cbcc348f26fa2054dbb9802f9 | [log] [tgz] |
|---|---|---|
| author | Erik Schultheis <erik.schultheis@aalto.fi> | Fri Dec 10 16:59:48 2021 +0000 |
| committer | Antonio Sánchez <cantonios@google.com> | Fri Dec 10 16:59:48 2021 +0000 |
| tree | a080283a345b1ce82c4bf60fa4cc938f29524b39 | |
| parent | c35679af276184736e1293776b563c6d00445e26 [diff] |
Fix
diff --git a/Eigen/SPQRSupport b/Eigen/SPQRSupport index f70390c..33c3370 100644 --- a/Eigen/SPQRSupport +++ b/Eigen/SPQRSupport
@@ -28,7 +28,7 @@ * */ -#include "src/CholmodSupport/CholmodSupport.h" +#include "Eigen/CholmodSupport" #include "src/SPQRSupport/SuiteSparseQRSupport.h" #endif