Mercurial > repos > public > sbplib
changeset 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 | 42124009f940 |
children | 7789a844ab65 |
files | +multiblock/Definition.m |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
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