comparison +multiblock/Definition.m @ 886:8894e9c49e40 feature/timesteppers

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 15 Nov 2018 16:36:21 -0800
parents 53d422efaabd
children
comparison
equal deleted inserted replaced
816:b5e5b195da1e 886:8894e9c49e40
1 classdef Definition
2 methods (Abstract)
3
4 % Returns a multiblock.Grid given some parameters
5 g = getGrid(obj, varargin)
6
7 % label is the type of label used for plotting,
8 % default is block name, 'id' show the index for each block.
9 show(obj, label, gridLines, varargin)
10 end
11 end