diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-11 18:08:26 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-11 18:08:26 -0400 |
commit | 48d5a656c996e112fae70c3a209417b9d0982fbf (patch) | |
tree | 797a0fcbcbcfc67be3eac92f8260d38428a20bba /src/vZ.hpp | |
parent | 1f9a9ef19af95bd8433274e4640f1b8b23f56d46 (diff) | |
download | vz-48d5a656c996e112fae70c3a209417b9d0982fbf.tar.xz |
Add a simple vector class.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r-- | src/vZ.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #define VZ_HPP #include <vZ/Traits.hpp> +#include <vZ/Vector.hpp> #include <vZ/EquationSystem.hpp> #include <vZ/Integrator.hpp> #include <vZ/RK.hpp> |