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.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vZ/Midpoint.hpp b/src/vZ/Midpoint.hpp
index 2329457..a4bb906 100644
--- a/src/vZ/Midpoint.hpp
+++ b/src/vZ/Midpoint.hpp
@@ -29,10 +29,10 @@ namespace vZ
// Two function evaluations per step
// Its tableau is:
//
- // 0 |
- // 1/2|1/2
- // ---+-----
- // |0 1
+ // 0 |
+ // 1/2 | 1/2
+ // ----+------
+ // | 0 1
//
// k1 = dt*f(y[n])
// k2 = dt*f(y[n] + (dt/2)*k1)