changeset 121:ceba6be0389f

Removed setupMov method on Discretization
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Dec 2015 11:28:07 +0100
parents 8eb4e39df8a5
children 54cf593d6643
files +noname/Discretization.m
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/+noname/Discretization.m	Fri Dec 18 11:27:11 2015 +0100
+++ b/+noname/Discretization.m	Fri Dec 18 11:28:07 2015 +0100
@@ -34,12 +34,6 @@
         % if ts is empty or 0 a representation of the initial conditions be returned.
         repr = getTimeSnapshot(obj, ts)
 
-
-        % Sets up movie recording to a given file.
-        %     saveFrame is a function_handle with no inputs that records the current state
-        %               as a frame in the moive.
-        saveFrame = setupMov(obj, file)
-
         % Sets up a plot of the discretisation
         %     update is a function_handle accepting a timestepper that updates the plot to the
         %            state of the timestepper