Mercurial > repos > public > sbplib
diff +time/+rk/Explicit.m @ 1104:aa7850e8f68c feature/timesteppers
Remove some obsolete comments
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 09 Apr 2019 22:22:03 +0200 |
parents | d4fe089b2c4a |
children |
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;