changeset 1104:aa7850e8f68c feature/timesteppers

Remove some obsolete comments
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 09 Apr 2019 22:22:03 +0200
parents d4c895d4b524
children 1a265a376b36
files +time/+rk/Explicit.m
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/+time/+rk/Explicit.m	Tue Apr 09 22:17:07 2019 +0200
+++ b/+time/+rk/Explicit.m	Tue Apr 09 22:22:03 2019 +0200
@@ -26,9 +26,6 @@
 
         % v: Current solution
         % t: Current time
-        % V: All stage approximations in most recent time step
-        % K: All stage rates in most recent time step
-        % T: Time points (corresponding to V and K) in most recent time step
         function [v,t] = getV(obj)
             v = obj.v;
             t = obj.t;