changeset 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 8ca4f80fcdd3
children 3587cb106b54
files +grid/Grid.m
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
diff -r 8ca4f80fcdd3 -r c2db0294f8ed +grid/Grid.m
--- a/+grid/Grid.m	Mon Feb 29 15:01:58 2016 +0100
+++ b/+grid/Grid.m	Mon Feb 29 17:00:01 2016 +0100
@@ -17,11 +17,3 @@
         gf = projectFunc(obj, gf, g)
     end
 end
-
-
-%% Should it be able to return a cell size aswell? For an equidistant grid this would be know
-%% for other grids the constructor would have to make something up.
-%% For example the grid.Cartesian constructor would take a h (1 x d) vector as an in parameter.
-
-
-%Should define boundaries somehow, look in stitchSchemes.
\ No newline at end of file