]> git.tdb.fi Git - libs/math.git/blobdiff - source/linal/dummy.cpp
Remove SquareMatrix and instead use static_assert to check squareness
[libs/math.git] / source / linal / dummy.cpp
index 05e6ff2c39de45d549cd6346b34af29b8caa9568..74a8e4435db6ac6be242a42af1220a55487b302e 100644 (file)
@@ -1,6 +1,7 @@
 #include "vector.h"
 #include "matrix.h"
-#include "squarematrix.h"
+#include "dynamicvector.h"
+#include "dynamicmatrix.h"
 
 /* This dummy file is needed to make Builder happy, and also serves as a syntax
 check by pulling in all the headers. */