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