comparison m-toolbox/classes/@LTPDAworkbench/cb_stepForward.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 % STEPFORWARD execute current ready blocks and step forward one step in
2 % current pipeline.
3 %
4 % CALL: wb.stepForward
5 %
6 % M Hewitson 13-11-08
7 %
8 % $Id: cb_stepForward.m,v 1.2 2010/08/06 19:10:49 ingo Exp $
9 %
10 function cb_stepForward(varargin)
11
12 wb = varargin{1};
13 wb.stepForward;
14
15 end