Changes in src/unittests/vectorunittest.cpp [952f38:36166d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/vectorunittest.cpp
r952f38 r36166d 14 14 15 15 #include "defs.hpp" 16 #include " Helpers/Log.hpp"17 #include " LinearAlgebra/Vector.hpp"16 #include "log.hpp" 17 #include "vector.hpp" 18 18 #include "vector_ops.hpp" 19 19 #include "vectorunittest.hpp" 20 #include " LinearAlgebra/Plane.hpp"20 #include "Plane.hpp" 21 21 #include "Exceptions/LinearDependenceException.hpp" 22 #include " LinearAlgebra/Matrix.hpp"22 #include "Matrix.hpp" 23 23 24 24 #ifdef HAVE_TESTRUNNER
Note:
See TracChangeset
for help on using the changeset viewer.