summaryrefslogtreecommitdiffstats
path: root/src/vZ.hpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-11 02:38:46 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-11 02:38:46 -0400
commit2c2b69e1df183f118c45d74c18c7e84934aaff1f (patch)
tree20b71268a0024c751c7075fbb7ac7210f827c4d7 /src/vZ.hpp
parentc9d71b99d4bf8c7eef40c043c8d7726962847667 (diff)
downloadvz-2c2b69e1df183f118c45d74c18c7e84934aaff1f.tar.xz
Support systems of ODEs.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r--src/vZ.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vZ.hpp b/src/vZ.hpp
index ab7b3c2..c6efc80 100644
--- a/src/vZ.hpp
+++ b/src/vZ.hpp
@@ -24,6 +24,7 @@
#define VZ_HPP
#include <vZ/Traits.hpp>
+#include <vZ/EquationSystem.hpp>
#include <vZ/Integrator.hpp>
#include <vZ/RK.hpp>
#include <vZ/Simple.hpp>