changeset 166:7cb97c1988d9 feature/grids

Updated function name reference.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 23 Feb 2016 10:55:46 +0100
parents 5dad3b754c18
children 15baeb35f74e
files +grid/funcToMatrix.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 5dad3b754c18 -r 7cb97c1988d9 +grid/funcToMatrix.m
--- a/+grid/funcToMatrix.m	Tue Feb 23 10:31:19 2016 +0100
+++ b/+grid/funcToMatrix.m	Tue Feb 23 10:55:46 2016 +0100
@@ -1,5 +1,5 @@
 % Converts a gridfunction to a matrix
 % Takes a grid function and and a structured grid.
 function F = funcToMatrix(g, gf)
-    reshapeKronVector(gf, g.size());
+    reshapeRowMaj(gf, g.size());
 end
\ No newline at end of file