summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-06 17:26:06 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-06 17:26:06 -0400
commitfa85e866aa876a50e735e6d84f5fa32e52fb2f0b (patch)
tree3758be8b09c812f936d07d8b58fb16e6996a80ef /src/Makefile.am
parent0f04e97fa748b6740da4c9512b596d7d3a2788c5 (diff)
downloadvz-fa85e866aa876a50e735e6d84f5fa32e52fb2f0b.tar.xz
Add the midpoint method.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 76c30b1..6cd2924 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,7 @@
nobase_include_HEADERS = vZ.hpp \
vZ/Euler.hpp \
vZ/Integrator.hpp \
+ vZ/Midpoint.hpp \
vZ/RK.hpp \
vZ/Simple.hpp \
vZ/Traits.hpp