summaryrefslogtreecommitdiffstats
path: root/src/vZ/Euler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vZ/Euler.hpp')
-rw-r--r--src/vZ/Euler.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vZ/Euler.hpp b/src/vZ/Euler.hpp
index 56c5678..033da2e 100644
--- a/src/vZ/Euler.hpp
+++ b/src/vZ/Euler.hpp
@@ -29,9 +29,9 @@ namespace vZ
// First order
// Its tableau is:
//
- // 0|
- // -+-
- // |1
+ // 0 |
+ // --+--
+ // | 1
//
// y[n + 1] = y[n] + dt*f(y[n])
template <typename Y>