diff SolutionFile.m @ 19:1644d000c304

Fixed bug in SolutionsFile.m. Updated calculateSolution to also save a function handle to the Discr constructor.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 22 Sep 2015 17:10:51 +0200
parents 4d8068cb5c65
children 30b6e72db1a3
line wrap: on
line diff
--- a/SolutionFile.m	Tue Sep 22 14:52:13 2015 +0200
+++ b/SolutionFile.m	Tue Sep 22 17:10:51 2015 +0200
@@ -68,7 +68,7 @@
             end
 
             I = obj.getIndex(key);
-            e = getEntryByIndex(I); % unpack the cell array
+            e = obj.getEntryByIndex(I); % unpack the cell array
         end