summaryrefslogtreecommitdiffstats
path: root/src/vZ/Midpoint.hpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-06 23:05:48 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-06 23:05:48 -0400
commite4857d7abd64993c18986b7b5f7e3b0c14eb27e0 (patch)
tree7c772c730fa8e7dd37d97a417f83bfa75fe547cb /src/vZ/Midpoint.hpp
parent486a188b074c0c4f3ad771f536159e1bd2045fe2 (diff)
downloadvz-e4857d7abd64993c18986b7b5f7e3b0c14eb27e0.tar.xz
Clean up integrator comments.
Diffstat (limited to 'src/vZ/Midpoint.hpp')
-rw-r--r--src/vZ/Midpoint.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/vZ/Midpoint.hpp b/src/vZ/Midpoint.hpp
index a4bb906..071e589 100644
--- a/src/vZ/Midpoint.hpp
+++ b/src/vZ/Midpoint.hpp
@@ -32,11 +32,7 @@ namespace vZ
// 0 |
// 1/2 | 1/2
// ----+------
- // | 0 1
- //
- // k1 = dt*f(y[n])
- // k2 = dt*f(y[n] + (dt/2)*k1)
- // y[n + 1] = y[n] + k2
+ // b | 0 1
template <typename Y>
class GenericMidpointIntegrator : public GenericSimpleIntegrator<Y>
{