--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/+multiblock/gridVector1d.m Thu Sep 17 10:12:50 2015 +0200@@ -0,0 +1,8 @@+function x = gridVector1d(schms)+ n = length(schms);+ x = cell(n,1);++ for i = 1:n+ x{i} = schms{i}.x;+ end+end\ No newline at end of file