summaryrefslogtreecommitdiffstats
path: root/src/vZ/Midpoint.hpp
diff options
context:
space:
mode:
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>
{