comparison +grid/Grid.m @ 182:c2db0294f8ed feature/grids

Removed some comments from Grid.m
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 29 Feb 2016 17:00:01 +0100
parents 772365e2cf96
children c5ca9bbfed41
comparison
equal deleted inserted replaced
179:8ca4f80fcdd3 182:c2db0294f8ed
15 15
16 % Projects the grid function gf on obj to the grid g. 16 % Projects the grid function gf on obj to the grid g.
17 gf = projectFunc(obj, gf, g) 17 gf = projectFunc(obj, gf, g)
18 end 18 end
19 end 19 end
20
21
22 %% Should it be able to return a cell size aswell? For an equidistant grid this would be know
23 %% for other grids the constructor would have to make something up.
24 %% For example the grid.Cartesian constructor would take a h (1 x d) vector as an in parameter.
25
26
27 %Should define boundaries somehow, look in stitchSchemes.