summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
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/Makefile.am
parentc9d71b99d4bf8c7eef40c043c8d7726962847667 (diff)
downloadvz-2c2b69e1df183f118c45d74c18c7e84934aaff1f.tar.xz
Support systems of ODEs.
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 bf2b10c..7db29dc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,6 +23,7 @@ nobase_include_HEADERS = vZ.hpp \
vZ/CK45.hpp \
vZ/DP45.hpp \
vZ/Euler.hpp \
+ vZ/EquationSystem.hpp \
vZ/HE12.hpp \
vZ/Heun.hpp \
vZ/Integrator.hpp \