From 67da7c1ce0c0bfe52499a9e0f9f31a0a1bc9a179 Mon Sep 17 00:00:00 2001 From: Arne Vansteenkiste Date: Tue, 4 Nov 2014 10:56:36 +0100 Subject: [PATCH] update rk4 documentation --- doc/api-template.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api-template.html b/doc/api-template.html index 232b2b358..5c764e9c7 100644 --- a/doc/api-template.html +++ b/doc/api-template.html @@ -259,12 +259,13 @@

Solver types

Optionally, a different solver may be chosen (at any point) with SetSolver(int). Currently available solver types: E.g.: -
SetSolver(1) // Euler
+
SetSolver(2) // Heun
 FixDt = 1e-15