aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bdcsvd.cpp
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-10-29 17:46:33 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-10-29 17:46:33 +0100
commitacecb7b09f36d8a073ebf399d9c9f038dd6fe3c2 (patch)
tree75aac53bf8d42e7261b276d18b24433e6b33da1e /test/bdcsvd.cpp
parent21c0a2ce0c317fa258380c92bea4e9e16e0840f2 (diff)
Fixed include in bdcsvd.cpp
Diffstat (limited to 'test/bdcsvd.cpp')
-rw-r--r--test/bdcsvd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bdcsvd.cpp b/test/bdcsvd.cpp
index d58d259d6..52a02b697 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>