comparison +parametrization/old/shape.m @ 886:8894e9c49e40 feature/timesteppers

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 15 Nov 2018 16:36:21 -0800
parents 3a3cf386bb7e
children
comparison
equal deleted inserted replaced
816:b5e5b195da1e 886:8894e9c49e40
1 % Creates a shape from a number of curves. A shape is a cell array of curves.
2 function s = shape(varargin);
3 s = varargin;
4 end