--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/+grid/old/shape.m Thu Sep 17 10:12:50 2015 +0200@@ -0,0 +1,4 @@+% Creates a shape from a number of curves. A shape is a cell array of curves.+function s = shape(varargin);+ s = varargin;+end\ No newline at end of file