diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-06 14:07:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-06 14:22:49 -0400 |
commit | 0bb71151afdaf179dd983c2598fa6ae7bbf23b27 (patch) | |
tree | dceb483ad34768a9c6a6dc7f3dfa1ad599aaab4d /src/vZ.hpp | |
parent | c0b4cb84e36bb86bab51a12736a33117daad1c9e (diff) | |
download | vz-0bb71151afdaf179dd983c2598fa6ae7bbf23b27.tar.xz |
Add traits class.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r-- | src/vZ.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #ifndef VZ_HPP #define VZ_HPP +#include <vZ/traits.hpp> #include <vZ/integrator.hpp> #include <vZ/simple.hpp> |