Mercurial > repos > public > sbplib
diff +multiblock/Definition.m @ 589:53d422efaabd feature/better_multiblock_defs
Remove abstract methods getGridSizes from multiblock.Definition
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 11 Sep 2017 13:57:04 +0200 |
parents | 25fdc7a625b6 |
children |
line wrap: on
line diff
--- a/+multiblock/Definition.m Mon Sep 11 13:50:29 2017 +0200 +++ b/+multiblock/Definition.m Mon Sep 11 13:57:04 2017 +0200 @@ -7,9 +7,5 @@ % label is the type of label used for plotting, % default is block name, 'id' show the index for each block. show(obj, label, gridLines, varargin) - - % Returns the grid size of each block in a cell array - % The input parameters are determined by the subclass - ms = getGridSizes(obj, varargin) end end