| commit | acecb7b09f36d8a073ebf399d9c9f038dd6fe3c2 | [log] [tgz] |
|---|---|---|
| author | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Wed Oct 29 17:46:33 2014 +0100 |
| committer | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Wed Oct 29 17:46:33 2014 +0100 |
| tree | 75aac53bf8d42e7261b276d18b24433e6b33da1e | |
| parent | 21c0a2ce0c317fa258380c92bea4e9e16e0840f2 [diff] |
Fixed include in bdcsvd.cpp
diff --git a/test/bdcsvd.cpp b/test/bdcsvd.cpp index d58d259..52a02b6 100644 --- a/test/bdcsvd.cpp +++ b/test/bdcsvd.cpp
@@ -22,7 +22,7 @@ #define SVD_DEFAULT(M) BDCSVD<M> #define SVD_FOR_MIN_NORM(M) BDCSVD<M> -#include "../../test/svd_common.h" +#include "svd_common.h" // Check all variants of JacobiSVD template<typename MatrixType>