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/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9ad815b..04dabb8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,9 @@ ########################################################################### nobase_include_HEADERS = vZ.hpp \ + vZ/Adaptive.hpp \ vZ/Euler.hpp \ + vZ/HE12.hpp \ vZ/Heun.hpp \ vZ/Integrator.hpp \ vZ/Midpoint.hpp \ -- cgit v1.2.3