summaryrefslogtreecommitdiffstats
path: root/src/vZ/Simple.hpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-06 21:50:48 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-06 21:50:48 -0400
commitf1983adb487bb531c1c68226596b26eebf99876a (patch)
treec0700c79531e598b827d13a46eff18a3a6153967 /src/vZ/Simple.hpp
parentd5639168232d1c111d6924b10c6abd74204abec1 (diff)
downloadvz-f1983adb487bb531c1c68226596b26eebf99876a.tar.xz
Add Heun-Euler adaptive method.
Diffstat (limited to 'src/vZ/Simple.hpp')
-rw-r--r--src/vZ/Simple.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vZ/Simple.hpp b/src/vZ/Simple.hpp
index 9d9be46..5e4f7f8 100644
--- a/src/vZ/Simple.hpp
+++ b/src/vZ/Simple.hpp
@@ -21,8 +21,6 @@
#ifndef VZ_SIMPLE_HPP
#define VZ_SIMPLE_HPP
-#include <vector>
-
namespace vZ
{
// Base class for non-adaptive RK-style algorithms