changeset 850:4e5e53d6336c feature/burgers1d

Correct documentation of Rungekutta
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 21 Sep 2018 09:14:38 +0200
parents 5b180c76578e
children ab2e5a24ddde
files +time/Rungekutta.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/+time/Rungekutta.m	Fri Sep 21 09:13:03 2018 +0200
+++ b/+time/Rungekutta.m	Fri Sep 21 09:14:38 2018 +0200
@@ -5,7 +5,7 @@
         t       % Time point
         v       % Solution vector
         n       % Time level
-        scheme  % The coefficents used for the RK time integration
+        scheme  % The scheme used for the time stepping, e.g rk4, rk6 etc.
     end