diff +grid/Multiblock.m @ 155:cf748f33cd5b feature/grids

Removed some extra lines, added some notes and comments. Fixed classname.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 18 Feb 2016 17:17:41 +0100
parents 7aee9eba3bb8
children c700b26ad304
line wrap: on
line diff
--- a/+grid/Multiblock.m	Thu Feb 18 16:46:02 2016 +0100
+++ b/+grid/Multiblock.m	Thu Feb 18 17:17:41 2016 +0100
@@ -1,4 +1,4 @@
-classdef Grid < grid.Grid
+classdef Multiblock < grid.Grid
     % General multiblock grid
     methods (Abstract)
         % NBlocks returns the number of blocks in the grid.
@@ -10,4 +10,7 @@
         % Grids returns a cell array of all the grids in the multiblock grid.
         gs = Grids(obj);
     end
-end
\ No newline at end of file
+end
+
+
+% Should define boundaries and connections between grids.
\ No newline at end of file