From f1983adb487bb531c1c68226596b26eebf99876a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 6 Oct 2010 21:50:48 -0400 Subject: Add Heun-Euler adaptive method. --- src/vZ/Simple.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vZ/Simple.hpp') 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 - namespace vZ { // Base class for non-adaptive RK-style algorithms -- cgit v1.2.3