Skip to content

Commit 856c10a

Browse files
Update README.md
1 parent a3e8cf0 commit 856c10a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ These are the implemented ODE integrators:
112112
- `Kutta4` - Kutta's 4th order fixed timestep method.
113113
- `RK4` - The standard 4th order, fixed timestep method we all know and love.
114114
- `Tsit54` - Tsitouras adaptive 5th order method.
115-
- `Vern65` - Verner's "most efficient" 6th order adaptive timestep method.
116-
- `Vern76` - Verner's "most efficient" 7th order adaptive timestep method.
115+
- `Vern65` - Verner's "most efficient" 6th order adaptive timestep method. (https://www.sfu.ca/~jverner/)
117116

118117

119118

0 commit comments

Comments
 (0)