summaryrefslogtreecommitdiffstats
path: root/test/vec_example.cpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-06-24 10:16:32 +0200
committerNao Pross <naopross@thearcway.org>2019-06-24 10:17:45 +0200
commit4234e4adf62d035cd4c7bb5e9412fabc013dba6e (patch)
tree42aa3eb306719436bb5c39c0ec55fedd35fbdaa6 /test/vec_example.cpp
parentUpdate matrix test, add square matrix trace and fix comments (diff)
parentUpdate CMakeLists and structure under include (diff)
downloadlibmm-4234e4adf62d035cd4c7bb5e9412fabc013dba6e.tar.gz
libmm-4234e4adf62d035cd4c7bb5e9412fabc013dba6e.zip
Merge branch 'master' into matrices
Diffstat (limited to 'test/vec_example.cpp')
-rw-r--r--test/vec_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vec_example.cpp b/test/vec_example.cpp
index 3a00f58..14b9680 100644
--- a/test/vec_example.cpp
+++ b/test/vec_example.cpp
@@ -1,4 +1,4 @@
-#include "mmvec.hpp"
+#include "mm/mmvec.hpp"
#include <iostream>
#include <complex>