From acecb7b09f36d8a073ebf399d9c9f038dd6fe3c2 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Wed, 29 Oct 2014 17:46:33 +0100 Subject: [PATCH] Fixed include in bdcsvd.cpp --- test/bdcsvd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #define SVD_FOR_MIN_NORM(M) BDCSVD -#include "../../test/svd_common.h" +#include "svd_common.h" // Check all variants of JacobiSVD template